Show
Ignore:
Timestamp:
10/11/08 22:19:40 (7 weeks ago)
Author:
aarkerio
Message:

Little changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r787 r809  
    1616 public $components = array('Auth', 'Cookie', 'Session'); // set Security component later 
    1717  
    18  public $helpers    = array('Html', 'Form', 'Session'); 
     18 public $helpers    = array('Html', 'Form', 'Session'); // 'Cache' 
    1919  
    2020 public function beforeFilter() 
    2121 { 
     22   //$this->cacheAction = true; 
     23     
    2224   //set locale (es or en by now) 
    2325   $this->__setLocale(); 
     
    4345   endif; 
    4446  
    45    return true; 
     47   return false; 
    4648 } 
    4749 
     
    6668        $this->Session->write('lang',$lang); 
    6769     endif; */ 
    68      $lang = 'en'; 
     70     $lang = 'es'; 
    6971     $this->L10n->get($lang); 
    7072     Configure::write('Config.language', $lang);