1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Removed redundant php code from templates.

This commit is contained in:
Cameron
2020-06-02 12:05:20 -07:00
parent f375024147
commit f4341ac5cb
15 changed files with 8 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
* Navigation Template
*/
// TEMPLATE FOR {NAVIGATION=main}
$NAVIGATION_TEMPLATE['main']['start'] = '<ul class="nav navbar-nav nav-main ml-auto">';
@@ -183,4 +183,3 @@ $NAVIGATION_TEMPLATE['alt6']['start'] = '<ul class="nav nav-list nav-alt6">'
?>