Esempio n. 1
0
$stylesheet = URL . 'src/View/templates/public/css/style.css';
$email = 'mailto:hello@clanify.rocks?subject=Hello';
//set the head information of the site.
$title = 'Clanify - Organize Clans, Gaming-Communities and eSport-Teams.';
$description = 'Clanify is a tool to organize Clans, Gaming-Communities and eSport-Teams.';
$keywords = 'clanify, gaming, clan, esport';
//set the header content.
$cito->setValue('head', '<meta charset="utf-8">');
$cito->setValue('head', '<meta http-equiv="X-UA-Compatible" content="IE=edge">');
$cito->setValue('head', '<meta name="viewport" content="width=device-width, initial-scale=1">');
$cito->setValue('head', '<title>' . $title . '</title>');
$cito->setValue('head', '<meta name="description" content="' . $description . '"/>');
$cito->setValue('head', '<meta name="keywords" content="' . $keywords . '"/>');
$cito->setValue('head', '<link href="' . CDN::getNormalizeCSS() . '" rel="stylesheet" type="text/css">');
$cito->setValue('head', '<link href="' . CDN::getBootstrapCSS() . '" rel="stylesheet" type="text/css">');
$cito->setValue('head', '<link href="' . CDN::getAnimateCSS() . '" rel="stylesheet" type="text/css">');
$cito->setValue('head', '<link href="' . CDN::getFontNunitoCSS() . '" rel="stylesheet" type="text/css">');
$cito->setValue('head', '<link href="' . $stylesheet . '" rel="stylesheet" type="text/css">');
$cito->setValue('head', '<link rel="shortcut icon" type="image/x-icon" href="' . $favicon . '"/>');
//set the footer content.
$cito->setValue('footer', '<script src="' . CDN::getJQueryJS() . '"></script>');
$cito->setValue('footer', '<script src="' . CDN::getBootstrapJS() . '"></script>');
?>
<div class="overlay"></div>
<div class="container">
    <div class="row header">
        <div class="col-md-12">
            <a href="<?php 
echo URL;
?>
">