forked from HPR/hpr_generator
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</a></li>
|
||||
<li><a href="/contribute.html">Give Shows »</strong></a>
|
||||
<li><a href="/stuff_you_need_to_know.html">Info</a></li>
|
||||
<li><a href="/theme.html">Theme</a></li>
|
||||
<li><a href="/requested_topics.html">Topics</a></li>
|
||||
<li><a href="/recording.html">Recording</a></li>
|
||||
<li><a href="/request_a_slot.php">Scheduling</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) %-->contribute.html">Give Shows »</strong></a>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->stuff_you_need_to_know.html">Info</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->theme.html">Theme</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->requested_topics.html">Topics</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->recording.html">Recording</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->request_a_slot.php">Scheduling</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user