Renamed to match Pluf conventions and fix issue 56.

dev
Loic d'Anterroches 2008-11-18 09:21:49 +01:00
parent 725ece26cd
commit 18da9ed72f
2 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ $cfg['middleware_classes'] = array(
'Pluf_Middleware_Translation', 'Pluf_Middleware_Translation',
); );
$cfg['template_context_processors'] = array('IDF_Middleware_ContextPreProcessor'); $cfg['template_context_processors'] = array('IDF_Middleware_ContextPreProcessor');
$cfg['idf_views'] = dirname(__FILE__).'/views.php'; $cfg['idf_views'] = dirname(__FILE__).'/urls.php';
$cfg['template_tags'] = array( $cfg['template_tags'] = array(
'hotkey' => 'IDF_Template_HotKey', 'hotkey' => 'IDF_Template_HotKey',
'issuetext' => 'IDF_Template_IssueComment', 'issuetext' => 'IDF_Template_IssueComment',