diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 20:27:30 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 20:27:30 -0400 |
| commit | af455080e442ddd8ffcd3837d9a15ac53186a873 (patch) | |
| tree | f1d06277692af10413c9535fc2f4ddf4c02eff9b | |
| parent | c6c67984487458d350b4566862c6eadf15af6a63 (diff) | |
| download | messages-af455080e442ddd8ffcd3837d9a15ac53186a873.tar.gz messages-af455080e442ddd8ffcd3837d9a15ac53186a873.tar.bz2 messages-af455080e442ddd8ffcd3837d9a15ac53186a873.zip | |
update all admin menus for bootstrap dropdowns with proper sub-menus
| -rw-r--r-- | templates/menu_messages_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_messages_admin.tpl b/templates/menu_messages_admin.tpl index 5293b90..f89455e 100644 --- a/templates/menu_messages_admin.tpl +++ b/templates/menu_messages_admin.tpl @@ -1,5 +1,5 @@ {strip} <li> - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages Settings{/tr}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages{/tr}</a> </li> {/strip} |
