Exemplo n.º 1
0
	<meta http-equiv='x-ua-compatible' content='ie=edge' />

	<title><?php 
echo $website_name;
?>
</title>
	<meta name='description' content='Manage your projects with organise; the only tool you need to deliver quality ontime.' />
	<meta name='author' content='Adam Gittoes' />
	<meta name='viewport' content='width=device-width, initiak-scale=1' />

	<link rel='apple-touch-icon' href='_img/icons/apple-touch-icon.png' />

	<link rel='stylesheet' href='_css/normalize.css' />
	<link rel='stylesheet' href='<?php 
echo get_stylesheet("main");
?>
' />
	<link rel='stylesheet' href='<?php 
echo get_stylesheet("responsive");
?>
' />
</head>
<body>
	<!--[if lt IE 9]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
	<?php 
include get_mod("layout");
?>
</body>
</html>
Exemplo n.º 2
0
<?php

include get_mod("header");
echo "This is alternative theme";
Exemplo n.º 3
0
<?php

include get_mod("header");
include get_mod("nav");
include get_mod("main");
include get_mod("footer");