Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI05
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
Fredrick Mangampu Theodorus Pardosi
PA1-1617-D3TI05
Commits
7836e717
Commit
7836e717
authored
May 23, 2017
by
Fredrick Mangampu Theodorus Pardosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit
parent
cf966f18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tambah_menu.php
tambah_menu.php
+2
-3
No files found.
tambah_menu.php
View file @
7836e717
...
...
@@ -16,7 +16,6 @@ include_once 'connection/koneksi.php';
<link
href=
'http://fonts.googleapis.com/css?family=Playball'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"stylesheet"
href=
"css/bootstrap.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"css/style-portfolio.css"
>
<link
rel=
"stylesheet"
href=
"css/picto-foundry-food.css"
/>
<link
rel=
"stylesheet"
href=
"css/jquery-ui.css"
>
...
...
@@ -99,7 +98,7 @@ include_once 'connection/koneksi.php';
<?php
$id
=
get_session
(
'id'
);
$query
=
"SELECT * FROM menu "
;
$result_set
=
$
database
->
query
(
$query
);
$result_set
=
$
conn
->
query
(
$query
);
if
(
$result_set
!=
NULL
)
{
while
(
$row
=
$result_set
->
fetch_array
())
{
...
...
@@ -177,7 +176,7 @@ include_once 'connection/koneksi.php';
<br>
<footer
class=
"sub_footer"
>
<div
class=
"container"
>
<div
class=
"col-md-4"
><p
class=
"sub-footer-text text-center"
>
©
Cafe Bunga Toba, Design by
<a
href=
"
https://themewagon.com/
"
>
PA1-1617-D3TI05
</a></p></div>
<div
class=
"col-md-4"
><p
class=
"sub-footer-text text-center"
>
©
Cafe Bunga Toba, Design by
<a
href=
"
#
"
>
PA1-1617-D3TI05
</a></p></div>
<div
class=
"col-md-4"
><p
class=
"sub-footer-text text-center"
>
Back to
<a
href=
"tambah_menu.php"
>
TOP
</a></p>
</div>
<div
class=
"col-md-4"
><p
class=
"sub-footer-text text-center"
>
Built With Care By
<a
href=
"#"
target=
"_blank"
>
Us
</a></p></div>
...
...
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