Move event and notification templates to a subfolder

This commit is contained in:
Frédéric Guillot
2014-11-26 20:43:08 -05:00
parent b13dba46e7
commit c6b9a2a92e
29 changed files with 53 additions and 50 deletions

View File

@@ -164,7 +164,7 @@ class ProjectActivity extends Base
public function getContent(array $params)
{
$tpl = new Template;
return $tpl->load('event_'.str_replace('.', '_', $params['event_name']), $params);
return $tpl->load('event/'.str_replace('.', '_', $params['event_name']), $params);
}
/**