user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')); ?>

escape($this->item->title); ?>

item->text; ?>
item->text) > $limit) { echo (substr($this->item->text, 0, $limit)) . '...'. ' '.'lees verder'.'

'; } else { echo $this->item->text; } ?>
// Instellingen voor datum weergave $Datum = JHTML::_('date', $this->item->created, '%A %d %B %Y'); // Onthouden welke datum we al gebruikt hebben if (!isset($this->usedDates)) : $this->usedDates = array(); endif; // Hebben we die datum al weergeven? $toonDatum = !isset($this->usedDates[$Datum]); // Instellen dat we datum getoond hebben $this->usedDates[$Datum] = true;
$Tijd = JHTML::_('date', $this->item->created, '%H:%M');
/** Begin template override styling **/ h2 { margin: 0px; display: inline; } div.datum { background: #135CAE; color: #FFFFFF; font-size: 120%; text-align: center; padding: 5px; margin: 0 10px 0 0; } div.tijd { font-size: 170%; color: #888888; display: inline; } div.headline { background: #EEEEEE; padding:5px; text-align: left; } div.content { text-align: justify; margin: 5px 0 15px 0; } a.readmore { font-weight: bold; } div.artikel { margin: 0 10px 0 0; } item->category).'" href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug, $this->item->sectionid)).'">'; ?>
'; ?> div.icon-34, div.icon-35, div.icon-36, div.icon-37 { width: 40px; height: 40px; float: right; margin-left: 5px; background-image: url(../images/cms-logos.png); } div.icon-34 {background-position: 0px 0px;} div.icon-35 {background-position: 40px 0px;} div.icon-36 {background-position: 0px 40px;} div.icon-37 {background-position: 40px 40px;}