Skip to content

Commit

Permalink
Provide a sidebar for the backends page.
Browse files Browse the repository at this point in the history
Fixes #69
  • Loading branch information
dlangille committed Dec 11, 2017
1 parent 51c67b1 commit cc7f9a6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions www/backend/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<tr>
<?php echo freshports_PageBannerText("FreshPorts News Feeds"); ?>
</tr>
<TR><TD>
<TR><TD valign="top" width="100%">
<h1>FreshPorts News Feeds</h1>

<p>
Expand Down Expand Up @@ -63,16 +63,19 @@

<p>
The above feeds are created using <a href="https://github.com/flack/UniversalFeedCreator">UniversalFeedCreator</a>.
</td></tr>

<tr><td>
</table>
</TD>
<TD VALIGN="top" WIDTH="*" ALIGN="center">
<?
echo freshports_SideBar();
?>
</td>
</TR>
</table>

<?php
echo freshports_ShowFooter();
?>
</td></tr>
</table>
</table>

</body>
</html>

0 comments on commit cc7f9a6

Please sign in to comment.