Beispiel #1
0
        <section id="login">
            <form action="<?php 
echo UR_MP;
?>
Access/ChangePasswd" method="post">
                <div class="logo">
                    <img src="<?php 
echo UR_MP_ASSETS;
?>
img/wlogo.png" alt="[]" />
                </div>
                <span class="notification-bar">  
                    <?php 
// if is set
if (isset($_GET['msg_id']) && isset($_GET['ni'])) {
    $msg = TLanguage::Index($_GET['msg_id']);
    $icon = explode('_', $_GET['ni']);
    ?>
                    <p class="notification <?php 
    echo strtolower($icon[1]);
    ?>
 text-center">
                            <!--<span class="fa fa-times-circle"></span>-->
                            <?php 
    // check array for show with argumans or not
    if (isset($_GET['args'])) {
        // show with argumans
        $args = explode(',', $_GET['args']);
        vprintf($msg, $args);
    } else {
        echo $msg;