summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-27 16:14:07 +0000
committerlsces <lester@lsces.co.uk>2026-03-27 16:14:07 +0000
commit62eb6b5048e4820dcd990a59f62d52c63174f19d (patch)
treea89a11bedd16e2151573dc14ffcd053fcbf74fe0 /modules
parent95eeea7cc0bff5332a2803003633fecb4afbcfae (diff)
downloadpigeonholes-62eb6b5048e4820dcd990a59f62d52c63174f19d.tar.gz
pigeonholes-62eb6b5048e4820dcd990a59f62d52c63174f19d.tar.bz2
pigeonholes-62eb6b5048e4820dcd990a59f62d52c63174f19d.zip
Figured what has been causing a problem with using && and || in smarty templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_category_menu.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_category_menu.tpl b/modules/mod_category_menu.tpl
index ffd7470..c563c4b 100644
--- a/modules/mod_category_menu.tpl
+++ b/modules/mod_category_menu.tpl
@@ -1,6 +1,6 @@
{* $Header$ *}
{strip}
-{if $gBitSystem->isFeatureActive( 'pigeonholes_display_members' ) and $modPigeonStructures}
+{if $gBitSystem->isFeatureActive( 'pigeonholes_display_members' ) && $modPigeonStructures}
{bitmodule title="$moduleTitle" name="whats_related"}
{foreach from=$modPigeonStructures item=subtree}
{include file="bitpackage:pigeonholes/view_structure_inc.tpl" no_details=true no_edit=true}