Use the proper expansion of $base.
This commit is contained in:
parent
16da03e143
commit
96a7fca966
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26731
1 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/gnome/includes.navgnome.xsl,v 1.1 2005/12/29 07:27:05 adamw Exp $ -->
|
||||
<!-- $FreeBSD: www/en/gnome/includes.navgnome.xsl,v 1.2 2005/12/29 07:30:02 adamw Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -11,24 +11,24 @@
|
|||
<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="($base)/gnome/index.html">FreeBSD/GNOME</a>
|
||||
<li><a href="{$base}/gnome/index.html">FreeBSD/GNOME</a>
|
||||
<ul>
|
||||
<li><a href="($base)/gnome/docs/faq2.html#q1">Installation Instructions</a></li>
|
||||
<li><a href="($base)/gnome/docs/faq212.html#q2">Upgrade Instructions</a></li>
|
||||
<li><a href="($base)/gnome/../ports/gnome.html">Available Applications</a></li>
|
||||
<li><a href="($base)/gnome/docs/volunteer.html">How to Help</a></li>
|
||||
<li><a href="($base)/gnome/docs/bugging.html">Reporting a Bug</a></li>
|
||||
<li><a href="($base)/gnome/screenshots.html">Screenshots</a></li>
|
||||
<li><a href="($base)/gnome/contact.html">Contact Us</a></li>
|
||||
<li><a href="{$base}/gnome/docs/faq2.html#q1">Installation Instructions</a></li>
|
||||
<li><a href="{$base}/gnome/docs/faq212.html#q2">Upgrade Instructions</a></li>
|
||||
<li><a href="{$base}/gnome/../ports/gnome.html">Available Applications</a></li>
|
||||
<li><a href="{$base}/gnome/docs/volunteer.html">How to Help</a></li>
|
||||
<li><a href="{$base}/gnome/docs/bugging.html">Reporting a Bug</a></li>
|
||||
<li><a href="{$base}/gnome/screenshots.html">Screenshots</a></li>
|
||||
<li><a href="{$base}/gnome/contact.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="($base)/gnome/index.html">Documentation</a>
|
||||
<li><a href="{$base}/gnome/index.html">Documentation</a>
|
||||
<ul>
|
||||
<li><a href="($base)/gnome/docs/faq2.html">FAQ</a></li>
|
||||
<li><a href="($base)/gnome/docs/faq212.html">2.10 to 2.12 Upgrade FAQ</a></li>
|
||||
<li><a href="($base)/gnome/docs/develfaq.html">Development Branch FAQ</a></li>
|
||||
<li><a href="($base)/gnome/docs/porting.html">Creating Ports</a></li>
|
||||
<li><a href="($base)/gnome/docs/faq212.html#q5">Known Issues</a></li>
|
||||
<li><a href="{$base}/gnome/docs/faq2.html">FAQ</a></li>
|
||||
<li><a href="{$base}/gnome/docs/faq212.html">2.10 to 2.12 Upgrade FAQ</a></li>
|
||||
<li><a href="{$base}/gnome/docs/develfaq.html">Development Branch FAQ</a></li>
|
||||
<li><a href="{$base}/gnome/docs/porting.html">Creating Ports</a></li>
|
||||
<li><a href="{$base}/gnome/docs/faq212.html#q5">Known Issues</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue