We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82704 commit 30dd0d1Copy full SHA for 30dd0d1
templates/element/yes_no.php
@@ -7,7 +7,9 @@
7
*/
8
?>
9
<?php
10
- if ($this->helpers()->has('IconSnippet')) {
+ if ($this->helpers()->has('Templating')) {
11
+ echo $this->Templating->yesNo($value);
12
+ } elseif ($this->helpers()->has('IconSnippet')) {
13
echo $this->IconSnippet->yesNo($value);
14
} elseif ($this->helpers()->has('Format')) {
15
echo $this->Format->yesNo($value);
0 commit comments