Category Item Add Link


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if(isset($this->addLink)): ?>
  2. <!-- Item add link -->
  3. <span class="catItemAddLink">
  4. <a class="modal" rel="{handler:'iframe',size:{x:990,y:650}}" href="<?php echo $this->addLink; ?>">
  5. <?php echo JText::_('Add a new item in this category'); ?>
  6. </a>
  7. </span>
  8. <?php endif; ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.