Example #1
0
echo base_url('js/application.js');
?>
"></script>

		<script src="<?php 
echo base_url('js/custom.js');
?>
"></script>

		
		<!-- RESOURCE AUTO -->
		<?php 
if (!empty($source)) {
    ?>
			<?php 
    set_resources($source, "footer");
    ?>
		<?php 
}
?>
		
		<?php 
set_resource_footer("NOTIFY");
?>

		<?php 
$error = retrieve_error();
if (isset($error)) {
    echo showNotify($error['mensaje'], $error['titulo']);
}
?>
Example #2
0
" rel="stylesheet">

	    <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
	    <!--[if lt IE 9]>
	      <script src="<?php 
echo base_url('js/ie/html5shiv.js');
?>
"></script>
	    <![endif]-->

	    <!-- RESOURCE AUTO -->
		<?php 
if (!empty($source)) {
    ?>
			<?php 
    set_resources($source, "header");
    ?>
		<?php 
}
?>
		<!-- RESOURCE AUTO END-->

		<?php 
set_resource_header("NOTIFY");
?>

		<!-- Loading Personal CSS -->
	    <link href="<?php 
echo base_url('css/style.css');
?>
" rel="stylesheet" type="text/css" />