Example #1
0
<?php

$index = new Controller();
?>
<!DOCTYPE html>
<html>
	<head>
		<?php 
echo $index->meta_charset("utf-8");
?>
		<?php 
echo $index->meta_viewport();
?>
		<?php 
echo $index->title("Template 02 - LamPhan.Net");
?>
		<?php 
echo $index->meta_robots("noindex", "nofollow");
?>
		<?php 
echo $index->meta_description("noindex");
?>
		<?php 
echo $index->meta_keywords("noindex");
?>
		<?php 
echo $index->stylesheet("public/css/style.02.css");
?>
		<base href="<?php 
echo $index->base_url();
?>