updated portal template

This commit is contained in:
Joshua Perry 2023-01-25 15:37:46 +00:00
parent 3a6cc261ed
commit afb3fdeee6
1 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
<main class="sidebar">
<section class="left">
<ul>
<li><a href="jobs.php">Jobs</a></li>
<li><a href="categories.php">Categories</a></li>
<li><a href="/portal">Jobs</a></li>
<li><a href="/portal/categories">Categories</a></li>
</ul>
</section>
<section class="right">
<?=$table?>
<?=require $table;?>
</section>
</main>