diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:34:06 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:34:06 +0000 |
| commit | 9feb175cd2af3081358abb49c352c6ae1539bda3 (patch) | |
| tree | 6602717996e7b8b794326919f168705e89b16c89 /templates/service_content_icon_inc.tpl | |
| parent | 61520452471167acb48c9f80b220eb7f08518584 (diff) | |
| download | liberty-9feb175cd2af3081358abb49c352c6ae1539bda3.tar.gz liberty-9feb175cd2af3081358abb49c352c6ae1539bda3.tar.bz2 liberty-9feb175cd2af3081358abb49c352c6ae1539bda3.zip | |
Smarty style changes
Diffstat (limited to 'templates/service_content_icon_inc.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/service_content_icon_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/service_content_icon_inc.tpl b/templates/service_content_icon_inc.tpl index 6ec6ef6..c3944df 100644..100755 --- a/templates/service_content_icon_inc.tpl +++ b/templates/service_content_icon_inc.tpl @@ -1,8 +1,8 @@ {strip} {if !empty($gContent)} - {if $gBitSystem->isFeatureActive( 'liberty_cache' ) && $gContent && $gContent->isCached( $serviceHash.content_id ) && $gBitUser->hasPermission( 'p_users_view_icons_and_tools' )} + {if $gBitSystem->isFeatureActive( 'liberty_cache' ) and $gContent and $gContent->isCached( $serviceHash.content_id ) and $gBitUser->hasPermission( 'p_users_view_icons_and_tools' )} {assign var=url value=$gContent->getDisplayUrl()|default:$serviceHash.display_url} - {if (not empty($url)) && strstr($url, "?") } + {if (not empty($url)) and strstr($url, "?") } {assign var="amp" value="&"} {else} {assign var="amp" value="?"} |
