No longer necessary to provide the resource object to the template
--- a/include/controller/ControllerBase.class.php
+++ b/include/controller/ControllerBase.class.php
@@ -250,7 +250,6 @@
$this->tpl->assign('search', $this->params['search']);
if (isset($this->params['searchtype']))
$this->tpl->assign('searchtype', $this->params['searchtype']);
- $this->tpl->assign('resources', GitPHP_Resource::GetInstance());
$this->tpl->assign('currentlocale', GitPHP_Resource::GetLocale());
$this->tpl->assign('supportedlocales', GitPHP_Resource::SupportedLocales());