1
0
forked from HPR/hpr_generator

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,8 +1,9 @@
<!--% 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"><strong>Get Shows »</strong></a></li>
<li><a href="/index_full.html">Full Episode Guide</a></li>
<li><a href="/series/index.html">In-Depth Series</a></li>
<li><a href="/download.php">Download Options</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</strong></a></li>
<li><a href="<!--% absolute_path(baseurl) %-->syndication.html"><strong>Get Shows »</strong></a></li>
<li><a href="<!--% absolute_path(baseurl) %-->index_full.html">Full Episode Guide</a></li>
<li><a href="<!--% absolute_path(baseurl) %-->series/index.html">In-Depth Series</a></li>
<li><a href="<!--% absolute_path(baseurl) %-->download.php">Download Options</a></li>
</ul>