X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw%2Fapp%2Fout%2Fdefault%2Fviews%2Fupgrade%2Fhead.php;fp=mw%2Fapp%2Fout%2Fdefault%2Fviews%2Fupgrade%2Fhead.php;h=0f9cce069b7efc7e9b233da78419c03f9b20534b;hb=441212b3fdf07852be95c4a59315aa39a7264249;hp=0000000000000000000000000000000000000000;hpb=a4819cb78b71363db14f8c568a9a2552ee8f58da;p=mtweb diff --git a/mw/app/out/default/views/upgrade/head.php b/mw/app/out/default/views/upgrade/head.php new file mode 100644 index 0000000..0f9cce0 --- /dev/null +++ b/mw/app/out/default/views/upgrade/head.php @@ -0,0 +1,43 @@ + + + Mtweb - upgrade + + + + + + js_files() as $js_file) : ?> + + + + css_files() as $css_file) : ?> + + + + out_file_exists("js/script.js")) : ?> + + + out_file_exists("js/actions/".$this->etat("mod").".js")) : ?> + + + out_file_exists("js/actions/".$this->etat("mod")."_".$this->etat("controller").".js")) : ?> + + + out_file_exists("js/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".js")) : ?> + + + + out_file_exists("css/style.css")) : ?> + " /> + + out_file_exists("css/actions/".$this->etat("mod").".css")) : ?> + etat("mod").".css"); ?>" /> + + out_file_exists("css/actions/".$this->etat("mod")."_".$this->etat("controller").".css")) : ?> + etat("mod")."_".$this->etat("controller").".css"); ?>" /> + + out_file_exists("css/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".css")) : ?> + etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".css"); ?>" /> + \ No newline at end of file