Add absolute_url macro to navigation links

This commit is contained in:
2022-08-05 19:38:37 -04:00
parent 7eb308d741
commit 1a857cbafd
5 changed files with 39 additions and 34 deletions

View File

@@ -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>