Skip to content

Instantly share code, notes, and snippets.

@EOM
Created April 16, 2013 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EOM/5393682 to your computer and use it in GitHub Desktop.
Save EOM/5393682 to your computer and use it in GitHub Desktop.
Acá hay que modificar el AppController.php
<?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