%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.26 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/var/www/html/water/backend/theme/adminlte/layouts/ |
Upload File : |
<?php
use backend\assets\AppAsset;
use yii\helpers\Html;
//use yii\helpers\ArrayHelper;
use yii\bootstrap\Nav;
$asset = new backend\theme\AdminlteAsset();
$asset::register($this);
AppAsset::register($this);
$directoryAsset = Yii::$app->assetManager->getPublishedUrl($asset->sourcePath);
?>
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<a href="https://water.ppao.go.th/admin" class="brand-link">
<img src="<?= $directoryAsset ?>/dist/img/wlogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
style="opacity: .8">
<span class="brand-text font-weight-light">Water PPAO</span>
</a>
<div class="sidebar">
<?php
echo Nav::widget([
'encodeLabels' => false,
'items' => [
[
'label' => '<i class="nav-icon fas fa-home" ></i><span>' . ' หน้าหลัก' . '</span>',
'url' => ['site/index'],
'options'=> ['class'=>'nav-link'],
'linkOptions'=>['class'=>'nav-item'],
],
[
'label' => 'eee',
'url' => ['site/test'],
'options'=> ['class'=>'nav-link'],
'linkOptions'=>['class'=>'nav-item'],
],
],
'options' => ['class' => 'nav nav-pills nav-sidebar flex-column', 'data-widget' => 'treeview', 'role' => 'menu', 'data-accordion' => 'false'], // set this to nav-tab to get tab-styled navigation
]);
?>
</div>
</aside>