hpr_generator/templates/navigation-contribute.tpl.html
Roan Horning b66ea3fd69
Initial add of web page Template files
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.
2022-06-28 10:40:24 -04:00

9 lines
367 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="/help_out.php">Contribute »</strong></a></li>
<li><a href="/contribute.php">Submit Show</a></li>
<li><a href="/report_missing_tags.php">Fix Tags</a></li>
<li><a href="/requested_topics.php">Topics</a></li>
</ul>