예제 #1
0
<!DOCTYPE html>
<html class="no-js <?php 
echo BrowserHelper::getClass(false);
?>
">
<head>
    <meta charset="<?php 
echo $this->slot('CHARSET', 'UTF-8');
?>
">
    <title>Administration : <?php 
echo $this->slot('TITLE');
?>
</title>
    <link rel="stylesheet" href="<?php 
echo base();
?>
/css/styles.css" media="screen, print">
<?php 
echo $this->slot('STYLES');
?>
    <script src="<?php 
echo base();
?>
/js/scripts.js"></script>
 <?php 
echo $this->slot('SCRIPTS');
?>
</head>

<body<?php 
예제 #2
0
<!DOCTYPE html>
<html class="no-js <?php 
echo BrowserHelper::getClass();
?>
">
<head>
    <meta charset="<?php 
echo $this->slot('CHARSET', 'UTF-8');
?>
">
    <title><?php 
echo $this->slot('TITLE');
?>
</title>
    <meta name="description" content="<?php 
echo $this->slot('DESCRIPTION');
?>
">
    <link type="image/png" rel="icon" href="<?php 
echo base();
?>
/img/favicon.png">
    <link type="image/png" rel="apple-touch-icon" href="<?php 
echo base();
?>
/img/favicon-apple.png">
    <link rel="alternate" href="<?php 
echo base();
?>
/rss" title="Flux Rss" type="application/rss+xml">
    <link rel="stylesheet" href="<?php