示例#1
0
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        
        <title>{cfg:application_name}</title>
        
        <?php 
GUI::includeStylesheets();
?>
        
        <?php 
GUI::includeFavicon();
?>
        
        <script type="text/javascript" src="{path:app-config.js.php}"></script>
        
        <?php 
GUI::includeScripts();
?>
        
        <meta name="robots" content="noindex, nofollow" />
        
        <meta name="auth" content="noindex, nofollow" />
    </head>
    
    <body
        data-security-token="<?php 
echo Utilities::getSecurityToken();
?>
"
        data-auth-type="<?php 
echo Auth::type();
?>