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
5c07e5cb
Commit
5c07e5cb
authored
7 years ago
by
Roy Junedi Simamora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
penambahan favicon untuk shortcut icon di common/header.php
parent
2ce2ad61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
header.php
common/header.php
+2
-1
favicon.png
picture/favicon.png
+0
-0
icon.png
picture/icon.png
+0
-0
No files found.
common/header.php
View file @
5c07e5cb
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<html>
<html>
<head>
<head>
<title>
Restoran Pondok Edo
</title>
<title>
Restoran Pondok Edo
</title>
<link
rel=
"shortcut icon"
href=
"picture/favicon.png"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"css/myStyle.css"
rel=
"stylesheet"
>
<link
href=
"css/myStyle.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"js/jquery-ui/jquery-ui.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery-ui/jquery-ui.js"
></script>
...
@@ -45,7 +46,7 @@
...
@@ -45,7 +46,7 @@
<?php
<?php
if
(
isset
(
$_SESSION
[
'user'
])
||
isset
(
$_SESSION
[
'admin'
])){
if
(
isset
(
$_SESSION
[
'user'
])
||
isset
(
$_SESSION
[
'admin'
])){
echo
"<li><a href='form_login.php?logout'><span class='glyphicon glyphicon-log-out'></span>
$username
</a></li>"
;
echo
"<li><a href='form_login.php?logout'><span class='glyphicon glyphicon-log-out'></span>
Logout
</a></li>"
;
}
}
else
{
else
{
echo
'<li><a href="form_login.php"><span class="glyphicon glyphicon-log-in"></span> login</a></li>'
;
echo
'<li><a href="form_login.php"><span class="glyphicon glyphicon-log-in"></span> login</a></li>'
;
...
...
This diff is collapsed.
Click to expand it.
picture/favicon.png
0 → 100644
View file @
5c07e5cb
19 KB
This diff is collapsed.
Click to expand it.
picture/icon.png
0 → 100644
View file @
5c07e5cb
9.63 KB
This diff is collapsed.
Click to expand it.
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