advanced code snippet search
K2Joom on 04/29/10
link category add item
04/29/10 04:02pm
<?php if(isset($this->addLink)): ?> <!-- Item add link --> <span class="catItemAddLink"> <a class="modal" rel="{handler:'iframe',size:{x:990,y:650}}" href="<?php echo $this->addLink; ?>"> <?php echo JText::_('Add a new item in this category'); ?> </a> </span> <?php endif; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.