Example #1
0
<?php

require_once './classes/navClass.php';
$nav = new navClass();
$list = $nav->renew_certificate();
echo $list;
Example #2
0
$checkuseragent = '';
if (!empty($_SERVER['HTTP_USER_AGENT'])) {
    $checkuseragent = $_SERVER['HTTP_USER_AGENT'];
}
$username = get_string('username');
if (strpos($checkuseragent, 'MSIE 8')) {
    $username = str_replace("'", "&prime;", $username);
}
?>

<?php 
if ($PAGE->theme->settings->socials_position == 1) {
    ?>
    <div class="container-fluid socials-header"> 
        <?php 
    require_once dirname(__FILE__) . '/socials.php';
    ?>
    </div>
<?php 
}
?>

<header id="page-header" class="clearfix">

</header>

<?php 
global $USER;
$nav = new navClass();
$top_menu = $nav->get_navigation_items($USER->id);
echo $top_menu;
Example #3
0
<?php

require_once './classes/navClass.php';
$nav = new navClass();
$list = $nav->get_certificate();
echo $list;
<?php

require_once './classes/navClass.php';
$nav = new navClass();
$list = $nav->send_invoice_for_renew();
echo $list;