diff --git a/Theme/Backend/department-single.tpl.php b/Theme/Backend/department-single.tpl.php index 61ca2d5..3d7a6c4 100644 --- a/Theme/Backend/department-single.tpl.php +++ b/Theme/Backend/department-single.tpl.php @@ -114,9 +114,9 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getId()); ?> printHtml($value->getName()); ?> - printHtml(count($value->getCauses())); ?> - printHtml(count($value->getSolutions())); ?> - printHtml(count($value->getRiskObjects())); ?> + printHtml(\count($value->getCauses())); ?> + printHtml(\count($value->getSolutions())); ?> + printHtml(\count($value->getRiskObjects())); ?> getHtml('Empty', 0, 0); ?> diff --git a/Theme/Backend/risk-list.tpl.php b/Theme/Backend/risk-list.tpl.php index 7ca318f..e624002 100644 --- a/Theme/Backend/risk-list.tpl.php +++ b/Theme/Backend/risk-list.tpl.php @@ -33,9 +33,9 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getId()); ?> printHtml($value->getName()); ?> - printHtml(count($value->getCauses())); ?> - printHtml(count($value->getSolutions())); ?> - printHtml(count($value->getRiskObjects())); ?> + printHtml(\count($value->getCauses())); ?> + printHtml(\count($value->getSolutions())); ?> + printHtml(\count($value->getRiskObjects())); ?> getHtml('Empty', 0, 0); ?> diff --git a/Theme/Backend/unit-single.tpl.php b/Theme/Backend/unit-single.tpl.php index d78b887..a135c93 100644 --- a/Theme/Backend/unit-single.tpl.php +++ b/Theme/Backend/unit-single.tpl.php @@ -115,9 +115,9 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getId()); ?> printHtml($value->getName()); ?> - printHtml(count($value->getCauses())); ?> - printHtml(count($value->getSolutions())); ?> - printHtml(count($value->getRiskObjects())); ?> + printHtml(\count($value->getCauses())); ?> + printHtml(\count($value->getSolutions())); ?> + printHtml(\count($value->getRiskObjects())); ?> getHtml('Empty', 0, 0); ?>