Guest User

Untitled

a guest
Dec 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function onStart()
  2. {
  3. $this->addCss('assets/css/style1.css');
  4. $this->addCss('assets/css/style2.css');
  5. $this->addJs('assets/js/javascript1.js');
  6. $this->addJs('assets/js/javascript2.js');
  7.  
  8. }
Add Comment
Please, Sign In to add comment