7 lines
645 B
PHP
7 lines
645 B
PHP
|
|
<h3><?=$US['nav-docs']?></h3>
|
||
|
|
<a target="_uguide" onclick="h(this);" href="http://doc.uniformserver.com"><?=$US['nav-udoc']?></a>
|
||
|
|
<a target="_ucenter" onclick="h(this);" href="http://center.uniformserver.com"><?=$US['nav-ucen']?></a>
|
||
|
|
<a target="_sdoc" onclick="h(this);" href="/docs/"><?=$US['nav-sdoc']?></a>
|
||
|
|
<a target="_php" onclick="h(this);" href="http://www.php.net/download-docs.php"><?=$US['nav-phdoc']?></a>
|
||
|
|
<a target="_mysql" onclick="h(this);" href="http://www.mysql.com/documentation/"><?=$US['nav-mydoc']?></a>
|
||
|
|
<a target="_perl" onclick="h(this);" href="http://www.perldoc.com/perl5.8.0/pod/perl.html"><?=$US['nav-pedoc']?></a>
|