-
Type:
New Feature
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.9
-
Fix Version/s: 3.1.0-b2
-
Component/s: Template Engine
-
Labels:
-
GitHub Pull Request URL:
-
phpBB Import Key:
Could it be possible to add an isset() check for variables to be used in template if statements?
So you could do something like:
<!-- IF isset FOO -->{FOO}<!-- ENDIF -->
|
This would be quite useful when you need separate checks to see if a variable is outputted or if it is 0 or false.