forked from rho_n/hpr_generator
Roan Horning
b66ea3fd69
The page.tpl.html is the main template file for generating a page. It contains variable references to the pages navigation menu ($naviation) and the pages content ($content). These variables are defined in the site.cfg file and point to the corresponding navigation and content template files.
11 lines
460 B
HTML
11 lines
460 B
HTML
<ul>
|
|
<li><a href="/calendar.php"><strong>⇧Upload⇧</strong></a></li>
|
|
<li><a href="/index.php"><strong>Home</a></li>
|
|
<li><a href="/contribute.php">Give Shows »</strong></a>
|
|
<li><a href="/stuff_you_need_to_know.php">Info</a></li>
|
|
<li><a href="/theme.php">Theme</a></li>
|
|
<li><a href="/requested_topics.php">Topics</a></li>
|
|
<li><a href="/recording.php">Recording</a></li>
|
|
<li><a href="/request_a_slot.php">Scheduling</a></li>
|
|
</ul>
|