Created
April 16, 2013 05:56
-
-
Save EOM/5393682 to your computer and use it in GitHub Desktop.
Acá hay que modificar el AppController.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Application level Controller | |
*/ | |
App::uses('Controller', 'Controller'); | |
class AppController extends Controller { | |
public $helpers = array( | |
// Aca solo hay que modificar esto para que | |
// recupera la nueva configuracion | |
'Html' => array( | |
'configFile' => 'html5_tags.php', | |
), | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment