User Tools

Site Tools


documentation:create_first_theme

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
documentation:create_first_theme [2015/06/15 07:08]
mooeditor [JavaScript in single page]
documentation:create_first_theme [2015/08/24 05:12]
127.0.0.1 external edit
Line 332: Line 332:
 To "​load"​ the JavaScript file into your site, in the head, add something like this: To "​load"​ the JavaScript file into your site, in the head, add something like this:
  
-*+<code html> 
 + 
 +echo $this->​Html->​script( array( '​file_name.js?'​ . Configure::​read('​core.version'​) ) ); 
 + 
 +</​code>​
  
 ==== JavaScript in single page ==== ==== JavaScript in single page ====
Line 365: Line 369:
  
 {{:​documentation:​7ccc0d3367f6ef178cc7c7ca638ff0cd.png}} {{:​documentation:​7ccc0d3367f6ef178cc7c7ca638ff0cd.png}}
 +
 +//SAMPLE THEME:// ​ [[https://​www.moosocial.com//​wiki/​lib/​plugins/​ckgedit/​fckeditor/​userfiles/​file/​mytheme.zip|https://​www.moosocial.com//​wiki/​lib/​plugins/​ckgedit/​fckeditor/​userfiles/​file/​mytheme.zip]]
  
documentation/create_first_theme.txt · Last modified: 2016/01/16 07:34 (external edit)