forked from HPR/hpr_generator
Add absolute_url macro to navigation links
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user