mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-10 13:32:44 +00:00
Merge branch '2.0' into 2.1
Conflicts: lib/Cake/View/ThemeView.php
This commit is contained in:
commit
7eda0affe3
8 changed files with 86 additions and 61 deletions
|
@ -489,7 +489,7 @@ class HtmlHelper extends AppHelper {
|
|||
*
|
||||
* Add the script file to the `$scripts_for_layout` layout var:
|
||||
*
|
||||
* `$this->Html->script('styles.js', null, array('inline' => false));`
|
||||
* `$this->Html->script('styles.js', array('inline' => false));`
|
||||
*
|
||||
* Add the script file to a custom block:
|
||||
*
|
||||
|
|
|
@ -27,5 +27,5 @@ App::uses('View', 'View');
|
|||
* @package Cake.View
|
||||
*/
|
||||
class ThemeView extends View {
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue