Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.64 KB | None | 0 0
  1.     case "groups":
  2.  
  3.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/static/styles/common.css', 'stylesheet'));                
  4.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/style.css', 'stylesheet'));                    
  5.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/libs2.js'));
  6.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/visual.js'));
  7.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/libs.js'));
  8.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/common.js'));
  9.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/fullcontent.js'));
  10.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/static/styles/home.css', 'stylesheet'));          
  11.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/assets/other.css', 'stylesheet'));         
  12.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/assets/backgrounds.css', 'stylesheet'));           
  13.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/assets/stickers.css', 'stylesheet'));          
  14.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/homeview.js'));
  15.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/static/styles/lightwindow.css', 'stylesheet'));           
  16.                 $this->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/homeauth.js'));
  17.                 $this->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/static/styles/group.css', 'stylesheet'));         
  18.  
  19.                 break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement