Revision: 26513
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 29, 2010 16:02 by K2Joom
Initial Code
<?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; ?>
Initial URL
Initial Description
Initial Title
Category Item Add Link
Initial Tags
link, category
Initial Language
PHP