R RobParker Well-known member Apr 1, 2013 #1 I'm just updating my templates and previously I had the following Code: <xen:if is="{$debugMode}" AND {$visitor.is_admin}"> But re-adding that into the reverted template is throwing a syntax error. Any ideas? Edit: NM, got it
I'm just updating my templates and previously I had the following Code: <xen:if is="{$debugMode}" AND {$visitor.is_admin}"> But re-adding that into the reverted template is throwing a syntax error. Any ideas? Edit: NM, got it
Mike XenForo developer Staff member Apr 1, 2013 #2 For anyone running into this, there's an extra double quote in the middle. Upvote 0 Downvote
R rdn Well-known member Apr 1, 2013 #3 Should be: <xen:if is="{$debugMode} AND {$visitor.is_admin}"> Click to expand... Upvote 0 Downvote
R RobParker Well-known member Apr 1, 2013 #4 Mike said: For anyone running into this, there's an extra double quote in the middle. Click to expand... Sorry I meant to post but got caught up and forgot Upvote 0 Downvote
Mike said: For anyone running into this, there's an extra double quote in the middle. Click to expand... Sorry I meant to post but got caught up and forgot