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.
This commit is contained in:
8
templates/navigation-get-shows.tpl.html
Normal file
8
templates/navigation-get-shows.tpl.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<ul>
|
||||
<li><a href="/calendar.php"><strong>⇧Upload⇧</strong></a></li>
|
||||
<li><a href="/index.php"><strong>Home</strong></a></li>
|
||||
<li><a href="/syndication.php"><strong>Get Shows »</strong></a></li>
|
||||
<li><a href="/index_full.php">Full Episode Guide</a></li>
|
||||
<li><a href="/series.php">In-Depth Series</a></li>
|
||||
<li><a href="/download.php">Download Options</a></li>
|
||||
</ul>
|
Reference in New Issue
Block a user