Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-15 22:44:43 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-15 22:44:43 +0400
commit13cc37978119fd536f7ecca9b73e8f105c0b43dc (patch)
treecc041b0eb46e3e0e2dd8aaed5ff66bfc1f2c98aa /core/Twig.php
parent8f77c123d9169438e609e355a900812c89db922c (diff)
Add help icon to visitor profile and add ucwords filter to Twig environment.
Diffstat (limited to 'core/Twig.php')
-rw-r--r--core/Twig.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Twig.php b/core/Twig.php
index 55fe74d011..edb037623f 100644
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -65,6 +65,7 @@ class Twig
$this->addFilter_money();
$this->addFilter_truncate();
$this->twig->addFilter(new Twig_SimpleFilter('implode', 'implode'));
+ $this->twig->addFilter(new Twig_SimpleFilter('ucwords', 'ucwords'));
$this->addFunction_includeAssets();
$this->addFunction_linkTo();