Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
RestoranPondokEdo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mei Romauli Sagala
RestoranPondokEdo
Commits
098de80e
Commit
098de80e
authored
May 17, 2017
by
Roy Junedi Simamora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perubahan pada header dan footer
parent
77ac25d1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
admin_menu.php
admin_menu.php
+0
-0
footer.php
common/footer.php
+1
-0
header.php
common/header.php
+5
-3
No files found.
list
_menu.php
→
admin
_menu.php
View file @
098de80e
File moved
common/footer.php
View file @
098de80e
</div>
<br>
<nav
class=
"nav navbar-inverse"
>
<h5>
Copyright
©
2017 - PA1-1617-D3TI04 - All Right Reserved
</h5>
</nav>
...
...
common/header.php
View file @
098de80e
...
...
@@ -11,7 +11,6 @@
</head>
<body>
<div
class=
"container"
>
<div
class=
"container-fluid"
>
<nav
class=
"navbar navbar-inverse"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
...
...
@@ -22,10 +21,10 @@
<?php
if
(
isset
(
$_SESSION
[
'admin'
])){
echo
'<li><a href="
list
_menu.php" ><span class="glyphicon glyphicon-th-list"></span>Olah Menu</a></li>'
;
echo
'<li><a href="
admin
_menu.php" ><span class="glyphicon glyphicon-th-list"></span>Olah Menu</a></li>'
;
}
elseif
(
isset
(
$_SESSION
[
'user'
])){
echo
' <li><a href="
list_menu_member
.php" ><span class="glyphicon glyphicon-th-list"></span>List Menu</a></li>'
;
echo
' <li><a href="
member_menu
.php" ><span class="glyphicon glyphicon-th-list"></span>List Menu</a></li>'
;
}
?>
...
...
@@ -61,3 +60,5 @@
</ul>
</div>
</nav>
<div
class=
"container-fluid"
style=
"background-color: #c0c0c0;"
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment