11 <!-- Content Wrapper. Contains page content -->
12 <div
class=
"content-wrapper" id=
"content-FX">
13 <!-- Content Header (Page header) -->
14 <section
class=
"content-header">
16 <?php echo backend::getTitle(
$lang[
'MENU'],
$lang[
'MENU_CREATE']); ?>
17 <ol
class=
"breadcrumb">
18 <li><
a href=
"./" title=
"Dashboard"><
i class=
"fa fa-dashboard"></
i> <?php echo
$lang[
'DASHBOARD']; ?></
a></li>
19 <li><
a href=
"index.php?page=menus" title=
"<?php echo $lang['MENUS']; ?>"> <?php echo
$lang[
'MENUS']; ?></
a></li>
20 <li
class=
"active"><
a href=
"index.php?page=menu-new" title=
"<?php echo $lang['MENU_CREATE'];?>"> <?php echo
$lang[
'MENU+']; ?></
a></li>
24 <section
class=
"content">
25 <!-- START CONTENT HERE -->
26 <div
class=
"box box-default">
27 <div
class=
"box-header">
28 <h3
class=
"box-title"><?php echo
$lang[
'MENU+']; ?></h3>
30 <div
class=
"box-body">
31 <form action=
"index.php?page=menus&add=1" role=
"form" method=
"POST">
34 value=
"<?php // print $id; ?>"
41 <label><?php echo
$lang[
'MENU_ADD_SUBTEXT']; ?>
44 placeholder=
"<?php echo $lang['MENU_NAME']; ?>"
48 <input
class=
"btn btn-success"
51 value=
"<?php echo $lang['MENU+']; ?>">
print $lang['FILEMAN_UPLOAD']
Backend class serves a few useful functions for the admin backend.
Mysqli database class; returns db connection object.
The language class - support multilingual backend.