Example #1
0
<!DOCTYPE html>
<html>
<head>
    <base href="<?php 
echo View::getBaseHref();
?>
" />
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

    <title><?php 
echo View::getTitle('Control Panel', null, ' - Control Panel');
?>
</title>

    <link rel="stylesheet" type="text/css" href="css/reset.css" />
    <link rel="stylesheet" type="text/css" href="css/grid.css" />
    <link rel="stylesheet" type="text/css" href="css/main.css" />
    <link rel="stylesheet" type="text/css" href="plugins/chosen/chosen.css" />
	<link rel="stylesheet" type="text/css" href="plugins/smoothness/jquery-ui-1.8.17.custom.css" />

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
    <script type="text/javascript" src="plugins/tiny_mce/jquery.tinymce.js"></script>
    <script type="text/javascript" src="plugins/chosen/chosen.jquery.js"></script>

    <script type="text/javascript">
        var baseHref = '<?php 
echo View::getBaseHref();
?>
'; // Used by plugins to get relative paths to scripts
    </script>
Example #2
0
<!DOCTYPE html>
<html>
<head>
    <base href="<?php 
echo View::getBaseHref();
?>
" />
    <title><?php 
echo View::getTitle('Caffeine', null, ' - Caffeine');
?>
</title>
</head>
<body>