Difference between revisions of "MediaWiki:Sidebar"
Jump to navigation
Jump to search
<a href="<?php
echo htmlspecialchars($this->data['nav_urls']['print']['href'])
?>"><?php echo $this->msg('printableversion') ?></a>
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 15:40, 19 June 2006
- navigation
- Accounts|Accounts + Policies
- Active_Directory|Active Directory
- Courseware|Courseware
- Education|Education
- http://www.wolftech.ncsu.edu/support/support/Email_%26_Calendar |Email & Calendar
- Storage|File Storage
- Category:Support|Help Tutorials
- Mobile_Computing|Mobile Computing
- Printing|Printing
- Remote_Access|Remote Access
- Research_Computing|Research Computing
- Security|Security and Viruses
- http://www.wolftech.ncsu.edu/support/support/Software_%26_Hardware%7CSoftware / Hardware
- http://www.wolftech.ncsu.edu/support/support/Web_%26_Database%7CWeb / Databases
- Web Design|Web Design
- misc
- About_WolfTech|About WolfTech
- http://sysnews.ncsu.edu%7CSysNews
- P|Printable version
- <?php if(!empty($this->data['nav_urls']['print']['href'])) { ?>
<?php } ?>