Commit a3067cea901c2b7020f6bc6fbc330d2d750e5470
1 parent
4fd8c626
Allow for the navbar to be hidden on request
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5870 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
templates/kt3/standard_page.smarty
| ... | ... | @@ -58,6 +58,7 @@ |
| 58 | 58 | <div class="floatClear"></div> |
| 59 | 59 | </div> |
| 60 | 60 | |
| 61 | +{if (!$page->hide_navbar)} | |
| 61 | 62 | <div id="navbar"> |
| 62 | 63 | <ul> |
| 63 | 64 | <!-- area menu --> |
| ... | ... | @@ -90,6 +91,7 @@ |
| 90 | 91 | </li> |
| 91 | 92 | </ul> |
| 92 | 93 | </div> |
| 94 | +{/if} | |
| 93 | 95 | |
| 94 | 96 | {if (!$page->hide_section)} |
| 95 | 97 | <div id="breadcrumbs"> | ... | ... |