diff options
| author | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-04-23 13:45:46 +0000 |
|---|---|---|
| committer | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-04-23 13:45:46 +0000 |
| commit | 0964e69ef4603b7acf6fd78a731ec126b0056199 (patch) | |
| tree | 86ab42ca7503158569d16bad5d55c9560a2ab2bc /templates | |
| parent | f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad (diff) | |
| download | nexus-0964e69ef4603b7acf6fd78a731ec126b0056199.tar.gz nexus-0964e69ef4603b7acf6fd78a731ec126b0056199.tar.bz2 nexus-0964e69ef4603b7acf6fd78a731ec126b0056199.zip | |
display menu title up top so we know what we're adding menu items to
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_items.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu_items.tpl b/templates/menu_items.tpl index 429de81..4d9524e 100644 --- a/templates/menu_items.tpl +++ b/templates/menu_items.tpl @@ -5,7 +5,8 @@ <div class="display nexus"> <div class="header"> - <h1>{tr}Create / Edit Menu Items{/tr}</h1> + <h1>{tr}Menu{/tr}: {$gNexus->mInfo.title|escape}</h1> + <h2>{tr}Create / Edit Menu Items{/tr}</h2> </div> <div class="body"> |
