forked from HPR/hpr_generator
Add absolute_url macro to navigation links
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
||||
<ul>
|
||||
<li><a href="/calendar.php"><strong>⇧Upload⇧</strong></a></li>
|
||||
<li><a href="index.html"><strong>Home</a></li>
|
||||
<li><a href="about.html">About »</strong></a></li>
|
||||
<li><a href="correspondents/index.html">Hosts</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="promote.html">Promote HPR</a></li>
|
||||
<li><a href="/comments_viewer.php">Show Comments</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->calendar.php"><strong>⇧Upload⇧</strong></a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->index.html"><strong>Home</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->about.html">About »</strong></a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">Hosts</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->contact.html">Contact</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->promote.html">Promote HPR</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->comments_viewer.php">Show Comments</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user