Add absolute_url macro to navigation links
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
||||
<ul>
|
||||
<li><a href="calendar.php"><strong>⇧Upload⇧</strong></a></li>
|
||||
<li><a href="index.html"><strong>Home »</strong></a></li>
|
||||
<li><a href="syndication.html">Get Shows</a></li>
|
||||
<li><a href="contribute.html">Give Shows</a></li>
|
||||
<li><a href="help_out.html">Contribute</a></li>
|
||||
<li><a href="tags.html">Tags</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="search.html">Search</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->index.html"><strong>Home »</strong></a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->syndication.html">Get Shows</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->contribute.html">Give Shows</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->help_out.html">Contribute</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->tags.html">Tags</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->about.html">About</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->search.html">Search</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user