Hi,
I can edit k2 items in front-end when in Blog mode, but not when you click an article. How can I enable this?
Tnx in advance
<?php if(isset($this->item->editLink)): ?>
<a class="catItemEditLink modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink; ?>">
<?php echo JText::_('K2_EDIT_ITEM'); ?>
</a>
<?php endif; ?>