Advertisement
Guest User

Untitled

a guest
Dec 4th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. 'custom-view'=> array(
  2. 'styles'=> array(
  3. ASSETS_CSS.'custom-view.css' ------> "\wp-content\themes\CUSTOM_THEME_FOLDER\theme\css\custom-view.css
  4. ),
  5. 'links'=> array(
  6. array(
  7. 'rel'=> 'stylesheet',
  8. 'href'=> ASSETS_CSS.'font-awesome.min.css'
  9. )
  10. ),
  11. 'html'=> ASSETS_TEMPLATES.'default-book-view.html',
  12. 'script'=> ASSETS_JS.'default-book-view.js',
  13. 'sounds'=> array(
  14. 'startFlip'=> ASSETS_SOUNDS.'start-flip.mp3',
  15. 'endFlip'=> ASSETS_SOUNDS.'end-flip.mp3'
  16. )
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement