diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 20:57:05 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-07 20:57:05 -0400 |
| commit | c07d61528e32f109a26051acecc66dd83a6c8591 (patch) | |
| tree | 0cb1f9d4c32a14b1f9e5d1efebeedfa3efe1696b | |
| parent | a114dc7e9fd4c4ab85d462de017073a834ab9120 (diff) | |
| download | themes-c07d61528e32f109a26051acecc66dd83a6c8591.tar.gz themes-c07d61528e32f109a26051acecc66dd83a6c8591.tar.bz2 themes-c07d61528e32f109a26051acecc66dd83a6c8591.zip | |
renamed to avoid duplicate names
| -rw-r--r-- | templates/admin_layout_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_layout_inc.tpl b/templates/admin_layout_inc.tpl index 78d4c9d..9e851b2 100644 --- a/templates/admin_layout_inc.tpl +++ b/templates/admin_layout_inc.tpl @@ -46,9 +46,9 @@ {foreach from=$allModulesHelp key=package item=help} <h2><a href="javascript:BitBase.toggleElementDisplay('id{$package}','block')">{$package}</a></h2> <div class="modulehelp" id="id{$package}" {if !$smarty.request.expand_all}style="display:none;"{/if}> - {foreach from=$help key=file item=module} + {foreach from=$help key=helpFile item=module} <h3>{$module.title|capitalize}</h3> - {include file=$file} + {include file=$helpFile} {/foreach} <hr /> </div> |
