diff options
| author | spider <spider@bitweaver.org> | 2014-06-18 09:21:26 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2014-06-18 09:21:26 -0400 |
| commit | d757d223592fa46691ad5f468e26e976aa2507ac (patch) | |
| tree | f0bccb195f6578b3ed19dc0c49ee8b0ad8bb900d /templates | |
| parent | 3a7428017060bd27ae144936e2322513ece0aa44 (diff) | |
| download | liberty-d757d223592fa46691ad5f468e26e976aa2507ac.tar.gz liberty-d757d223592fa46691ad5f468e26e976aa2507ac.tar.bz2 liberty-d757d223592fa46691ad5f468e26e976aa2507ac.zip | |
use $smarty.const.ROLE_MODEL check
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/service_content_icon_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service_content_icon_inc.tpl b/templates/service_content_icon_inc.tpl index de72176..bb402f1 100644 --- a/templates/service_content_icon_inc.tpl +++ b/templates/service_content_icon_inc.tpl @@ -15,7 +15,7 @@ {if $gContent->hasUserPermissions()} {assign var=iconClass value="highlight"} {/if} - {if $role_model } + {if $smarty.const.ROLE_MODEL } {smartlink ipackage=liberty ifile="content_role_permissions.php" ititle="Assign Permissions" booticon="icon-key" class=$iconClass ipackage=liberty ifile="content_permissions.php" content_id=$serviceHash.content_id} {else} {smartlink ipackage=liberty ifile="content_permissions.php" ititle="Assign Permissions" booticon="icon-key" class=$iconClass ipackage=liberty ifile="content_permissions.php" content_id=$serviceHash.content_id} |
