Example #1
0
				<td>
					<a style="cursor: pointer;" class="pointer"
                       onclick="if (window.parent) window.parent.<?php 
    echo $this->escape($function);
    ?>
('<?php 
    echo $item->id;
    ?>
', '<?php 
    echo $this->escape(addslashes($item->title));
    ?>
', '<?php 
    echo $this->escape($item->catid);
    ?>
', null, '<?php 
    echo $this->escape(TZ_PinboardHelperRoute::getArticleRoute($item->id));
    ?>
');">
						<?php 
    echo $this->escape($item->title);
    ?>
</a>
				</td>
				<td class="center small">
					<?php 
    echo $this->escape($item->access_level);
    ?>
				</td>
				<td class="center small">
					<?php 
    echo $this->escape($item->category_title);