We don't need to reference a $action . '.js' file.

This commit is contained in:
Andrew McMillan 2010-01-11 22:05:05 +13:00
parent 5e35e50252
commit caf90b4241

View File

@ -12,7 +12,7 @@ param_to_global('component', '{[a-z0-9-_]+}', 't');
param_to_global('id', '{[a-z0-9-_]+}', 'id');
$c->stylesheets[] = 'css/'.$action.'.css';
$c->scripts[] = 'js/'.$action.'.js';
// $c->scripts[] = 'js/'.$action.'.js';
require_once('interactive-page.php');