diff options
| author | lsces <lester@lsces.co.uk> | 2012-08-06 18:43:04 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-08-06 18:43:04 +0100 |
| commit | 8326991cd2bb943d371ee07726cedebad91a085b (patch) | |
| tree | 25f9bd668bc5ae4b015ac03d04d9e89c4919b6b2 /templates/admin_layout_overview.tpl | |
| parent | e9e19c996ef22c3535bf34822fde69c3e094c5b0 (diff) | |
| download | themes-8326991cd2bb943d371ee07726cedebad91a085b.tar.gz themes-8326991cd2bb943d371ee07726cedebad91a085b.tar.bz2 themes-8326991cd2bb943d371ee07726cedebad91a085b.zip | |
Complete role model support in theme management
Diffstat (limited to 'templates/admin_layout_overview.tpl')
| -rw-r--r-- | templates/admin_layout_overview.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl index 90d18e9..a0682e4 100644 --- a/templates/admin_layout_overview.tpl +++ b/templates/admin_layout_overview.tpl @@ -66,7 +66,11 @@ {section name=ix loop=$layout.$area} <tr> <td> - {include file="bitpackage:themes/module_config_inc.tpl" modInfo=$layout.$area[ix]} + {if $roles } + {include file="bitpackage:themes/module_config_role_inc.tpl" modInfo=$layout.$area[ix]} + {else} + {include file="bitpackage:themes/module_config_inc.tpl" modInfo=$layout.$area[ix]} + {/if} </td> </tr> {sectionelse} |
