Exemplo n.º 1
0
function docHead()
{
    metaTags();
    links();
    scripts();
}
 function htmlHeader($title)
 {
     $htmlCode = metaTags() . titleTag($title) . siteCSS() . jquery() . checkboxStyling() . styledFileUpload() . customJquery() . tooltips() . calendar() . pngFix() . tinyMceEditor() . treeMenu() . fancyBox();
     return $htmlCode;
 }
Exemplo n.º 3
0
	<title><?php 
metaTitle();
?>
 ! Home</title>
	<?php 
importBootstrapCss();
importCss(cssUrl('style.css'));
?>
	<?php 
envUrlJsFunction();
importJquery();
importBootstrapJs();
importJs(jsUrl('script.js'));
?>
	<?php 
metaTags();
?>
	<?php 
metaOgpTags();
?>
	<?php 
metaTwitterTags();
?>
	
	<style type="text/css">
		body { font-size: 10px; padding-top: 2em; }
		a {	color: #aaa; }
		a:hover { color: #fff; text-decoration: none; }
		article { font-size: 2em; outline: 1px solid #eee; }
		h1, h2 { margin: 0;	text-align: center; }
		h1 { margin-top: 0; margin-bottom: 1em; }