diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 17:17:19 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 17:17:19 -0400 |
| commit | c14b8b5c04877d336074500df3efb806093cc9ce (patch) | |
| tree | 53674d2e5149ce0458b955eea77a050486a3b82a /templates | |
| parent | 76ca42896d78abecf9d5486939af0a48b2f5fe11 (diff) | |
| download | themes-c14b8b5c04877d336074500df3efb806093cc9ce.tar.gz themes-c14b8b5c04877d336074500df3efb806093cc9ce.tar.bz2 themes-c14b8b5c04877d336074500df3efb806093cc9ce.zip | |
fix regex gone wild
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_themes_admin.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_themes_admin.tpl b/templates/menu_themes_admin.tpl index b2982e1..8053e64 100644 --- a/templates/menu_themes_admin.tpl +++ b/templates/menu_themes_admin.tpl @@ -3,8 +3,8 @@ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=themes" >{tr}Theme Settings{/tr}</a></li> <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{tr}Styles{/tr}</a></li> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=columns" >{tr}Column Settings{/tr}</a></li> - <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Modul class="dropdown-menu sub-menu"e Layouts{/tr}</a></li> - <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{tr}Modul class="dropdown-menu sub-menu"e Settings{/tr}</a></li> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout" >{tr}Module Layouts{/tr}</a></li> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout_overview" >{tr}Module Settings{/tr}</a></li> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modul class="dropdown-menu sub-menu"es">{tr}Custom Modules{/tr}</a></li> <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}admin/menus.php">{tr}Top Menu{/tr}</a></li> <li><a class="item" href="{$smarty.const.THEMES_PKG_URL}icon_browser.php">{tr}Icon Browser{/tr}</a></li> |
