Esempio n. 1
0
//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;
?>
">
                <img class="animated fadeInLeft" src="<?php 
echo $logo;
?>
" alt="Clanify Logo">
            </a>
        </div>
Esempio n. 2
0
$stylesheet = URL . 'src/View/templates/public/css/style.css';
$favicon = URL . 'src/View/templates/public/img/favicon.ico';
//set the head information of the site.
$title = 'Clanify - Organize Clans, eSport-Teams and Gaming-Communities.';
$description = 'Clanify is a tool to organize Clans, eSport-Teams and Gaming-Communities.';
//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="clanify, gaming, clan, esport"/>');
$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 . '"/>');
?>
<div id="info-index">
    <div class="hero-overlay"></div>
    <div class="container">
        <div class="row header">
            <div class="col-md-12" id="logo">
                <a href="<?php 
echo URL;
?>
">
                    <img class="logo animated fadeInLeft" src="<?php 
echo $logo;
?>
Esempio n. 3
0
$title = 'Clanify - Organize Clans, eSport-Teams and Gaming-Communities.';
$description = 'Clanify is a tool to organize Clans, eSport-Teams and Gaming-Communities.';
//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="clanify, gaming, clan, esport"/>');
$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 . '"/>');
$cito->setValue('head', '<script src="' . CDN::getJQueryJS() . '"></script>');
$cito->setValue('head', '<script src="' . $clanifyJS . '"></script>');
?>
<div id="login">
    <div class="hero-overlay"></div>
    <div class="container">
        <div class="row header">
            <div class="col-md-12" id="logo">
                <a href="<?php 
echo URL;
?>
">
                    <img class="logo animated fadeInLeft" src="<?php 
echo $logo;
?>
" alt="Clanify Logo">
Esempio n. 4
0
$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="clanify, gaming, clan, esport"/>');
$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="' . CDN::getFontAwesomeCSS() . '" 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 . '"/>');
$cito->setValue('head', '<link href="' . CDN::getBootstrapDatepickerCSS() . '" rel="stylesheet" type="text/css">');
//set the footer content.
$cito->setValue('head', '<script src="' . CDN::getJQueryJS() . '"></script>');
$cito->setValue('head', '<script src="' . CDN::getBootstrapJS() . '"></script>');
$cito->setValue('head', '<script src="' . CDN::getBootstrapDatepickerJS() . '"></script>');
$cito->setValue('head', '<script src="' . $clanifyJS . '"></script>');
$cito->setValue('backend_menu', $menuBuilder->getMenu('backend'));
$cito->setValue('backend_menu_user', $menuBuilder->getMenu('backend_user'));
$cito->setValue('username', $_SESSION['user_username']);
$cito->setValue('logo', URL . 'src/View/templates/public/img/clanify-logo.png');
$cito->setValue('base_url', URL . 'dashboard');
//set the body classes.
$cito->setValue('body', 'class="no-bg" id="user-edit"');
$user = $this->getVar('user');
$userAccounts = $this->getVar('accounts', []);
?>
<div class="container">
    <div class="row">
        <div class="col-md-6 col-md-offset-3">
            <h2><?php