diff options
Diffstat (limited to 'templates/menu_boards_admin.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/menu_boards_admin.tpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/menu_boards_admin.tpl b/templates/menu_boards_admin.tpl index ec414ed..7826867 100644..100755 --- a/templates/menu_boards_admin.tpl +++ b/templates/menu_boards_admin.tpl @@ -1,2 +1,7 @@ -<a class="nosubmenu" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=boards">{tr}Boards{/tr}</a> - +{strip} +<ul class="{$packageMenuClass}"> +<li> +<a class="nosubmenu" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=boards">{$smarty.const.BOARDS_PKG_DIR|capitalize}</a> +</li> +</ul> +{/strip}
\ No newline at end of file |
