Skip to content
Snippets Groups Projects
Commit 6bbb4a71 authored by Venny Larasati's avatar Venny Larasati
Browse files

edit actve menu on sidebar

parent 2ce2e73b
No related merge requests found
Pipeline #1425 skipped
......@@ -213,7 +213,7 @@
</li>
<li>
<li>
<li <?php if ($current_page=="Perilaku Kerja") echo "class= \"active\""?>>
<a href class="auto">
<span class="pull-right text-muted">
<i class="text8 icon-bdg_arrow3 text"></i>
......@@ -228,7 +228,7 @@
<span>Penilaian Perilaku Kerja</span>
</a>
</li>
<li>
<li >
<a href="list_perilaku_kerja.php">
<span>Isi Penilaian Perilaku Kerja</span>
</a>
......
......@@ -17,10 +17,11 @@
</head>
<body>
<div class="app app-header-fixed ">
<?php $current_page = "Perilaku Kerja" ; ?>
<?php require_once 'header.php' ?>
<?php require_once 'aside.php' ?>
<!-- content -->
<div id="content" class="app-content" role="main">
......
......@@ -17,10 +17,11 @@
</head>
<body>
<div class="app app-header-fixed ">
<?php $current_page = "Perilaku Kerja" ; ?>
<?php require_once 'header.php' ?>
<?php require_once 'aside.php' ?>
<!-- content -->
<div id="content" class="app-content" role="main">
......
......@@ -18,10 +18,11 @@
</head>
<body>
<div class="app app-header-fixed ">
<?php $current_page = "Perilaku Kerja" ; ?>
<?php require_once 'header.php' ?>
<?php require_once 'aside.php' ?>
<!-- content -->
<div id="content" class="app-content" role="main">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment