���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/thietkeweb2/code/guest/ |
<?php $code='list'; if(isset($CORE->input['code']) && $CORE->input['code']!=''){ $code=$CORE->input['code']; } switch($code){ case 'list': break; case 'login': include 'login.php'; break; case 'register': include 'register.php'; break; } include 'layout/'.$INFO['path_skin'].'/header.php'; include 'layout/'.$INFO['path_skin'].'/menu.php'; ?> <!-- Blog Section Start --> <div class="rs-inner-blog pt-20 pb-100 md-pt-70 md-pb-70"> <div class="container custom"> <?php switch ($code){ case 'login': include 'login_tpl.php'; break; case 'register': include 'register_tpl.php'; break; } ?> <!--<nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <?php /* foreach ($arr_bread as $val){ echo $val['breadcrumb']; } */?> </ol> </nav> <div class="row"> <?php /* switch ($row_check_menu['menus_type']){ default: include 'list_tpl.php'; break; case 'page': include 'page_tpl.php'; break; } */?> </div>--> </div> </div> <!-- Blog Section End --> <?php include 'layout/'.$INFO['path_skin'].'/footer.php'; ?>