Copy this code and paste it in your HTML
<?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; ?>