OpenSencillo  2016.106
Long live the simplicity of PHP
 All Data Structures Namespaces Files Functions Pages
head_block.html.php
1 <?php
2 $seo = new headerSeo;
3 $seo->encode();
4 $seo->custom('<meta http-equiv="X-UA-Compatible" content="IE=edge">');
5 $seo->responsive();
6 $seo->css("{$csspath}css/bootstrap.min.css");
7 $seo->css("{$csspath}fonts/css/font-awesome.min.css");
8 $seo->css("{$csspath}css/animate.min.css");
9 $seo->css("{$csspath}css/custom.css");
10 $seo->css("{$csspath}css/icheck/flat/green.css");
11 $seo->script("{$jspath}js/jquery.min.js");
12 $seo->title($core->coreSencillo->info["FWK"]);
13 $seo->owner("'.$_POST['user-new-name'].', '.$_POST['user-new-mail'].'");
14 echo $seo->save();