Commit c6750abe authored by Tobias Munk's avatar Tobias Munk

added p3page frontend theme for dynamic pages

parent cb89a324
......@@ -267,6 +267,7 @@ $mainConfig = array(
'basePath' => $applicationDirectory . '/themes',
'baseUrl' => $baseUrl.'/themes',
'rules' => array(
'^p3pages/default/page' => 'frontend',
'^p3(.*)' => 'backend',
'^user/default/index' => 'frontend',
'^user/login/(.*)' => 'frontend',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment