Difference between revisions of "MediaWiki:Sidebar"

From WolfTech
Jump to navigation Jump to search
m
m
Line 20: Line 20:
 
** http://sysnews.ncsu.edu|SysNews
 
** http://sysnews.ncsu.edu|SysNews
 
** P|Printable version
 
** P|Printable version
 +
** <?php if(!empty($this->data['nav_urls']['print']['href'])) { ?>
 +
      <li id="t-print"><a href="<?php
 +
    echo htmlspecialchars($this->data['nav_urls']['print']['href'])
 +
    ?>"><?php echo $this->msg('printableversion') ?></a></li>
 +
      <?php } ?>

Revision as of 16:40, 19 June 2006

  • <a href="<?php echo htmlspecialchars($this->data['nav_urls']['print']['href']) ?>"><?php echo $this->msg('printableversion') ?></a>
  • <?php } ?>