Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed May 5, 2012
1 parent c11313f commit 6233e4a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions protected/config/main.p3.php
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php <?php
/**
* Phundament 3 Config File
*
* Note: This file includes other config file, see bottom section.
* You can also use a config file local.php, which overrides settings in this file.
*/


// uncomment the following to define a path alias // uncomment the following to define a path alias
// Yii::setPathOfAlias('local','path/to/local-folder'); // Yii::setPathOfAlias('local','path/to/local-folder');
Expand Down Expand Up @@ -169,15 +175,8 @@
#'cssFile' => '/css/rights/default.css' #'cssFile' => '/css/rights/default.css'
), ),
), ),
/* 'behaviors' => array(
'ext._less.components.LessCompilationBehavior'
), */
// application components // application components
'components' => array( 'components' => array(
#'themeManager' => array(
# 'basePath' => $applicationDirectory . DIRECTORY_SEPARATOR . 'extensions' . DIRECTORY_SEPARATOR . 'phundament' . DIRECTORY_SEPARATOR . 'themes',
// 'baseUrl' => DO NOT USE, themes are in extension. Publish assets with the assetManager instead.
#),
'user' => array( 'user' => array(
// enable cookie-based authentication // enable cookie-based authentication
'allowAutoLogin' => true, 'allowAutoLogin' => true,
Expand Down

0 comments on commit 6233e4a

Please sign in to comment.