summaryrefslogtreecommitdiff
path: root/templates/service_content_icon_inc.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-26 17:34:06 +0000
committerlsces <lester@lsces.co.uk>2026-03-26 17:34:06 +0000
commit9feb175cd2af3081358abb49c352c6ae1539bda3 (patch)
tree6602717996e7b8b794326919f168705e89b16c89 /templates/service_content_icon_inc.tpl
parent61520452471167acb48c9f80b220eb7f08518584 (diff)
downloadliberty-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.tpl4
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="&amp;"}
{else}
{assign var="amp" value="?"}