From 13cc37978119fd536f7ecca9b73e8f105c0b43dc Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 15 Oct 2013 14:44:43 -0400 Subject: Add help icon to visitor profile and add ucwords filter to Twig environment. --- core/Twig.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Twig.php') 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(); -- cgit v1.2.3