diff options
| author | lsces <lester@lsces.co.uk> | 2013-08-22 15:49:39 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-08-22 15:49:39 +0100 |
| commit | b67bdbb115b478aeef8e91d9a69da9e8a60f68af (patch) | |
| tree | e5d529da022fa68c8c11ac5598151c6394b5609c | |
| parent | 5243217a186c59533a8c0b8b959374ed4ab9f7d5 (diff) | |
| download | contact-b67bdbb115b478aeef8e91d9a69da9e8a60f68af.tar.gz contact-b67bdbb115b478aeef8e91d9a69da9e8a60f68af.tar.bz2 contact-b67bdbb115b478aeef8e91d9a69da9e8a60f68af.zip | |
Modify html for bootstrap framework
| -rw-r--r-- | templates/menu_contact.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu_contact.tpl b/templates/menu_contact.tpl index be5cc71..d95796c 100644 --- a/templates/menu_contact.tpl +++ b/templates/menu_contact.tpl @@ -1,5 +1,6 @@ {strip} -<ul> +{if $packageMenuTitle}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if} +<ul class="{$packageMenuClass}"> <li><a class="item" href="{$smarty.const.CONTACT_PKG_URL}list.php">{tr}List Contacts{/tr}</a></li> <li><a class="item" href="{$smarty.const.CONTACT_PKG_URL}list_contracts.php?contract=1">{tr}List Domestic Contracts{/tr}</a></li> <li><a class="item" href="{$smarty.const.CONTACT_PKG_URL}list_contracts.php?contract=1">{tr}List Business Contracts{/tr}</a></li> |
