Adding feature to allow users to choose a syntaxhighlighter theme per project
This commit is contained in:
@@ -29,6 +29,13 @@ $ctl[] = array('regex' => '#^/$#',
|
||||
'model' => 'IDF_Views',
|
||||
'method' => 'index');
|
||||
|
||||
$ctl[] = array('regex' => '#^/u/(.*)/$#',
|
||||
'base' => $base,
|
||||
'model' => 'IDF_Views_User',
|
||||
'method' => 'view',
|
||||
'name' => 'idf_user_view');
|
||||
|
||||
|
||||
$ctl[] = array('regex' => '#^/projects/$#',
|
||||
'base' => $base,
|
||||
'model' => 'IDF_Views',
|
||||
|
Reference in New Issue
Block a user