diff --git a/companies/weberp/logo.jpg b/companies/weberp/logo.jpg index 582cc120..87966ece 100644 Binary files a/companies/weberp/logo.jpg and b/companies/weberp/logo.jpg differ diff --git a/config.php b/config.php index 45d9b5de..764f6b24 100644 --- a/config.php +++ b/config.php @@ -1,6 +1,6 @@ */ ?> \ No newline at end of file diff --git a/css/default/default.css b/css/default/default.css index 26d40712..2d5ec3a1 100644 --- a/css/default/default.css +++ b/css/default/default.css @@ -159,6 +159,17 @@ td { text-align: right; } +.quick_menu_tab{ + background: white; + height:28pt; + white-space: nowrap; + border-left: solid 1px #aaa; + border-right: solid 1px #aaa; + padding-left: 10px; + padding-right: 10px; + text-align: right; +} + /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { background-color: white; diff --git a/css/default/login.css b/css/default/login.css index c7d8d383..462296bf 100644 --- a/css/default/login.css +++ b/css/default/login.css @@ -1,62 +1,70 @@ -/*--------------------------------------------------\ -| | | login.css | -|---------------------------------------------------| -| For use with: | -| Web-ERP - http://web-erp.sourceforge.net | -| by Logic Works Ltd | -|---------------------------------------------------| -| Developer: | -| Shane Barnaby -| BrainX | -| | -|---------------------------------------------------| -| Note: | -| Changes can be made to this CSS that will be | -| reflected on the login screen. | -| | -| | -\--------------------------------------------------*/ - -< - - - body { - background: "white"; - font-family: arial, verdana; - font-size: 10px; + padding: 0px; + margin: 0px; + text-align: center; + font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; + background: #fff url(images/stripe.png) repeat; + color: #777; } -.loginText { - font-family: arial, verdana; - font-weight: bold; - font-size: 12px; +#container { + text-align: left; + margin-top: 0px; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1000; + width: 300px; + background: #fff; } -.borderBox{ - background-color: #555555; +#login_logo { + width: 200px; + height: 75px; + margin-left: 50px; + margin-top: 70px; + padding-top: 10px; + margin-bottom: 20px; + background: #fff url(../webERP.gif) repeat-x left bottom; } -.middleBar{ - background-color: #367CB5; +input{ + width: 200px; + border: solid #e3e3e3 1px; + height:25px; + background:url(images/input_bg.png) repeat-x left top; + padding:4px 0; + vertical-align:middle; + margin-left:50px; + margin-bottom:10px; } -.logoBackground{ - background-color: white; +input:hover { + border: solid #aad4e3 1px; + background-position:left bottom; } -.mainTable{ - background-color: #285B86; +input.button { + font-weight: bold; + color: #fff; + background:url(images/menu_bg.png) 0px -8px repeat-x; + border: solid #e3e3e3 1px; + padding: 0px; + margin-top: 10px; + margin-bottom: 30px; } -a:hover { - text-decoration: underline; +input.button:hover { + background:url(images/menu_bg_dblue.png) 0px -8px repeat-x; } -input.big { - width: 100px; +label{ + width:200px; + padding-top:7px; + padding-left:50px; } -input.small { - width: 50px; +#demo_text{ + margin-left:50px; + width:200px; } diff --git a/css/fresh/default.css b/css/fresh/default.css index 8eddb660..6b4b43c3 100644 --- a/css/fresh/default.css +++ b/css/fresh/default.css @@ -167,6 +167,16 @@ select { text-align: right; } +.quick_menu_tab{ + background: #B4BB86; + height:28pt; + white-space: nowrap; + border-left: solid 1px #aaa; + border-right: solid 1px #aaa; + padding-left: 10px; + padding-right: 10px; + text-align: right; +} /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { @@ -367,12 +377,7 @@ input.small { color: white; } -.HelpTableHeader { - font-weight: bold; - background-color: #777C59; - font-size: 18px; - color: #330000; -} + .OsRow { background-color: #234567; diff --git a/css/fresh/login.css b/css/fresh/login.css index 3f634765..75850ea2 100644 --- a/css/fresh/login.css +++ b/css/fresh/login.css @@ -1,62 +1,70 @@ -/*--------------------------------------------------\ -| | | login.css | -|---------------------------------------------------| -| For use with: | -| Web-ERP - http://web-erp.sourceforge.net | -| by Logic Works Ltd | -|---------------------------------------------------| -| Developer: | -| Shane Barnaby | -| BrainX | -| | -|---------------------------------------------------| -| Note: | -| Changes can be made to this CSS that will be | -| reflected on the login screen. | -| | -| | -\--------------------------------------------------*/ - - - - - body { - background: "white"; - font-family: arial, verdana; - font-size: 10px; + padding: 0px; + margin: 0px; + text-align: center; + font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; + background: #fff; + color: #777; } -.loginText { - font-family: arial, verdana; - font-weight: bold; - font-size: 12px; +#container { + text-align: left; + margin-top: 0px; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1000; + width: 300px; + background: #F1FFDD; } -.borderBox{ - background-color: #555555; +#login_logo { + width: 200px; + height: 75px; + margin-left: 50px; + margin-top: 70px; + padding-top: 10px; + margin-bottom: 20px; + background: #fff url(../webERP.gif) repeat-x left bottom; } -.middleBar{ - background-color: #367CB5; +input{ + width: 200px; + border: solid #e3e3e3 1px; + height:25px; +/* background:url(images/input_bg.png) repeat-x left top; */ + padding:4px 0; + vertical-align:middle; + margin-left:50px; + margin-bottom:10px; } -.logoBackground{ - background-color: white; +input:hover { + border: solid #aad4e3 1px; + background-position:left bottom; } -.mainTable{ - background-color: #285B86; +input.button { + font-weight: bold; + color: #000; + background:#777C59; + border: solid #e3e3e3 1px; + padding: 0px; + margin-top: 10px; + margin-bottom: 30px; } -a:hover { - text-decoration: underline; +input.button:hover { + background: #feeC59; } -input.big { - width: 100px; +label{ + width:200px; + padding-top:7px; + padding-left:50px; } -input.small { - width: 50px; +#demo_text{ + margin-left:50px; + width:200px; } diff --git a/css/professional/default.css b/css/professional/default.css index a37e2f5f..c4274993 100644 --- a/css/professional/default.css +++ b/css/professional/default.css @@ -168,6 +168,16 @@ select { text-align: right; } +.quick_menu_tab{ + background: #EEEEFF; + height:28pt; + white-space: nowrap; + border-left: solid 1px #aaa; + border-right: solid 1px #aaa; + padding-left: 10px; + padding-right: 10px; + text-align: right; +} /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { diff --git a/css/professional/login.css b/css/professional/login.css index aae68d81..da855880 100644 --- a/css/professional/login.css +++ b/css/professional/login.css @@ -1,61 +1,70 @@ -/*--------------------------------------------------\ -| | | login.css | -|---------------------------------------------------| -| For use with: | -| Web-ERP - http://web-erp.sourceforge.net | -| by Logic Works Ltd | -|---------------------------------------------------| -| Developer: | -| Shane Barnaby | -| BrainX | -|---------------------------------------------------| -| Note: | -| Changes can be made to this CSS that will be | -| reflected on the login screen. | -| | -| | -\--------------------------------------------------*/ - - - - - body { - background: "white"; - font-family: arial, verdana; - font-size: 10px; + padding: 0px; + margin: 0px; + text-align: center; + font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; + background: #fff; + color: #777; } -.loginText { - font-family: arial, verdana; - font-weight: bold; - font-size: 12px; +#container { + text-align: left; + margin-top: 0px; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1000; + width: 300px; + background: #cdf; } -.borderBox{ - background-color: #555555; +#login_logo { + width: 200px; + height: 75px; + margin-left: 50px; + margin-top: 70px; + padding-top: 10px; + margin-bottom: 20px; + background: #fff url(../webERP.gif) repeat-x left bottom; } -.middleBar{ - background-color: #367CB5; +input{ + width: 200px; + border: solid #e3e3e3 1px; + height:25px; +/* background:url(images/input_bg.png) repeat-x left top; */ + padding:4px 0; + vertical-align:middle; + margin-left:50px; + margin-bottom:10px; } -.logoBackground{ - background-color: #285B86; +input:hover { + border: solid #aad4e3 1px; + background-position:left bottom; } -.mainTable{ - background-color: #285B86; +input.button { + font-weight: bold; + color: #000; + background:#27f; + border: solid #e3e3e3 1px; + padding: 0px; + margin-top: 10px; + margin-bottom: 30px; } -a:hover { - text-decoration: underline; +input.button:hover { + background: #f11; } -input.big { - width: 100px; +label{ + width:200px; + padding-top:7px; + padding-left:50px; } -input.small { - width: 50px; +#demo_text{ + margin-left:50px; + width:200px; } diff --git a/css/silverwolf/default.css b/css/silverwolf/default.css new file mode 100755 index 00000000..2a66d0d0 --- /dev/null +++ b/css/silverwolf/default.css @@ -0,0 +1,410 @@ +/*--------------------------------------------------\ +| | | default.css | +|---------------------------------------------------| +| For use with: | +| Web-ERP - http://web-erp.sourceforge.net | +| by Logic Works Ltd | +|---------------------------------------------------| +| Developer: | +| Shane Barnaby | +| Steve Kaill | +|---------------------------------------------------| +| Note: | +| Changes can be made to this CSS that will be | +| reflected throughout Web-ERP. | +| +\--------------------------------------------------*/ + +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #fff; + margin-left: 0px; + margin-top: 0px; + margin-bottom: 0px; + margin-right: 0px; + padding: 0px; +} + +/*links before selection */ +a { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; + font-weight: normal; + text-decoration: none; + color: #0000FF; +} + +/*links on any screen when mouse is hovering over them */ +a:hover { + color: #0000AA; + text-decoration: underline; +} + +table { + background-color: #fff; +} + +/*table detail items default format */ +td { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + +input { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + +select { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + + +#topMenu { + width: 100%; + color: black; + background-color: white; + border: none; +} + +#trim { + background: "white"; +} + +#page { + width: 100%; + color: black; + font-size: 10px; + white-space: nowrap; + border: none; +} + +#menuImg { + vertical-align: top; + text-align: center; + margin: 0px; + padding: 10px; +} + +#mainMenu { + width: 100%; + color: black; + background-color: white; + border: none; + margin: 0px; + padding: 0px; +} + +.header { + background-image: url(""); + background-repeat: no-repeat; + background-attachment: fixed; + border: none; + margin: 0px; + padding: 0px; +} + +.login { + background-color: white; + border: none; +} + +.callout_main { + font-family: Verdana, Arial, Helvetica; + background-color: white; + border: none; + width: 100%; + margin: 0px; + padding: 0px; +} + +.main_page { + background-color: white; + border: none; + width: 100%; + margin: 0px; + padding: 0px; + font-size: 12px; +} + +/* Main page heading with quick menu within */ +.quick_menu { + background-color: #ccc; + border: none; + margin: 0px; + padding: 0px; + color: #fff; + border: none; + text-align: right; + /* position: relative; + top: 3px; */ +} + +#quick_menu{ + background: #ccc url(images/menu_bg_grey.png) 0px 0px repeat-x; + border-bottom: solid 1px #aaa; +} +/*The main page heading left part before quick menu */ +.quick_menu_left { + background: none; + font-family: Verdana, Arial, Helvetica; + font-size: 12px; + font-weight: bold; + border: none; + white-space: nowrap; + margin: 0px; + padding-left: 5px; + color: #777; +} + +/*the Select Customer / Item / Supplier Menu tabs */ +.quick_menu_tabs{ + background:none; + border-collapse:collapse; + height:28pt; + white-space: nowrap; + border: 0px; + padding: 0px; + text-align: right; +} + +.quick_menu_tab{ + background: #ccc url(images/button_bg.png) 0px -1px repeat-x; + height:28pt; + white-space: nowrap; + border-left: solid 1px #aaa; + border-right: solid 1px #aaa; + padding-left: 10px; + padding-right: 10px; + text-align: right; +} + + +/*the Select Customer / Item / Supplier Menu tabs */ +.system_menu_tabs { + background-color: white; + white-space: nowrap; + border: none; + margin-left: 6px; + margin-right: 6px; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; + text-align: center; +} + +.system_menu_tabs a { + font-size: 12px; + color: black; +} + +.system_menu_tabs a:hover { + font-size: 12px; + color: black; +} + +.main_area { + border: none; + width: 100%; + background-color: white; +} + +.main_menu { + border: 0px; +} + +.main_menu table { + margin-top:5px; + border: 0px; + border-collapse: collapse; + width: 100%; +} + +.main_menu_unselected { + background: #aaa url(images/menu_bg.png) 0px -10px repeat-x; + border: 1px solid #777; +/* position: relative; */ + text-align: center; + white-space: nowrap; + height: 16pt; +} + +.main_menu_unselected:hover{ + background: #aaa url(images/menu_bg_dblue.png) 0px -10px repeat-x; +} + +.main_menu_unselected a{ + color: #fff; +} + +.main_menu_unselected a:hover{ + color: #0df; + text-decoration: none; +} + +.main_menu_selected { + background: #aaa url(images/menu_bg_blue.png) 0px -10px repeat-x; + border: 1px solid #888; +/* position: relative; */ + text-align: center; + white-space: nowrap; +} + +.main_menu_selected a{ + color: #fff; +} + +.main_menu_selected a:hover{ + color: #0df; + text-decoration: none; +} + +span.main_menu_nolink { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; + font-weight: bold; + color: #777777; + text-decoration: none; + white-space: nowrap; +} + +.menu_group_img { + background-color: #CCCCCC; + text-align: center; + width: 90px; + position: relative; + left: 3px; +} + +.menu_group_img img{ + position: relative; + top: 10px; +} + +.menu_group_area { + border: none +} + +.blank_area table { + border: 0px; + width: 100%; +} + +.menu_group_headers { + background: #aaa url(images/menu_bg_white.png) 0px -3px repeat-x; + width: 25%; +} + +.menu_group_headers table{ + background: #aaa url(images/menu_bg_white.png) 0px -3px repeat-x; +} + +.menu_group_headers_text { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; + font-weight: bold; + color: black; +} + +.menu_group_items { + vertical-align: top; + border: none; + padding: 10px; +} + +.menu_group_item { + + padding-top: 2px; + padding-bottom: 2px; +} + +span.menu_group_nolink { + font-family: Verdana, Arial, Helvetica; + font-size: 12px; + font-weight: normal; + color: #777777; + text-decoration: none; +} + +.menu_group_item a { +} + +.menu_group_items a:hover { + color: #0000aa; + text-decoration: underline; +} + +#footer { + border-top: solid 1px #aaa; + border-bottom: solid 1px #aaa; + background: #ccc url(images/menu_bg_grey.png) 0px 0px repeat-x; + position: relative; + bottom: -3px; +} + +.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} +.legal { + font-family: Arial, Helvetica, sans-serif; + font-size: 9px; + color: #333333; +} + +.box1 { + border-color: #CCCCCC #333333 #333333 #CCCCCC; + border-width: medium; + border-style: ridge; +} + +.promo { + font-family: "Times New Roman", Times, serif; + color: #000033; +} + +.titlebar { + font-family: "Times New Roman", Times, serif; + font-size: 9px; + color: white; + background-color: #336699; +} + +.dingbat { + font-family: Arial, Helvetica, sans-serif; + background-color: #99CC99; + color: #006666; + font-weight: bolder; + font-size: medium; +} + + +input.big { + width: 100px; +} + +input.small { + width: 50px; +} + +.tableheader { + font-weight: normal; + background-color: #cccce5; + color: #330000; +} + +.HelpTableHeader { + font-weight: bold; + background-color: #cccce5; + font-size: 18px; + color: #330000; +} + +.OsRow { + background-color: #234567; + color: white; +} diff --git a/css/silverwolf/images/ar.png b/css/silverwolf/images/ar.png new file mode 100644 index 00000000..9009db48 Binary files /dev/null and b/css/silverwolf/images/ar.png differ diff --git a/css/silverwolf/images/button_bg.png b/css/silverwolf/images/button_bg.png new file mode 100644 index 00000000..c1efc2ca Binary files /dev/null and b/css/silverwolf/images/button_bg.png differ diff --git a/css/silverwolf/images/company.png b/css/silverwolf/images/company.png new file mode 100644 index 00000000..dd753a91 Binary files /dev/null and b/css/silverwolf/images/company.png differ diff --git a/css/silverwolf/images/input_bg.png b/css/silverwolf/images/input_bg.png new file mode 100644 index 00000000..2644d89f Binary files /dev/null and b/css/silverwolf/images/input_bg.png differ diff --git a/css/silverwolf/images/inventory.png b/css/silverwolf/images/inventory.png new file mode 100644 index 00000000..67d724e7 Binary files /dev/null and b/css/silverwolf/images/inventory.png differ diff --git a/css/silverwolf/images/maintenance.png b/css/silverwolf/images/maintenance.png new file mode 100644 index 00000000..72feb5aa Binary files /dev/null and b/css/silverwolf/images/maintenance.png differ diff --git a/css/silverwolf/images/menu_bg.png b/css/silverwolf/images/menu_bg.png new file mode 100644 index 00000000..ac97bc04 Binary files /dev/null and b/css/silverwolf/images/menu_bg.png differ diff --git a/css/silverwolf/images/menu_bg_blue.png b/css/silverwolf/images/menu_bg_blue.png new file mode 100644 index 00000000..c46f2906 Binary files /dev/null and b/css/silverwolf/images/menu_bg_blue.png differ diff --git a/css/silverwolf/images/menu_bg_dblue.png b/css/silverwolf/images/menu_bg_dblue.png new file mode 100644 index 00000000..c8f8a6af Binary files /dev/null and b/css/silverwolf/images/menu_bg_dblue.png differ diff --git a/css/silverwolf/images/menu_bg_indigo.png b/css/silverwolf/images/menu_bg_indigo.png new file mode 100644 index 00000000..a27361ba Binary files /dev/null and b/css/silverwolf/images/menu_bg_indigo.png differ diff --git a/css/silverwolf/images/menu_bg_white.png b/css/silverwolf/images/menu_bg_white.png new file mode 100644 index 00000000..4fb7a9ee Binary files /dev/null and b/css/silverwolf/images/menu_bg_white.png differ diff --git a/css/silverwolf/images/reports.png b/css/silverwolf/images/reports.png new file mode 100644 index 00000000..d9a13368 Binary files /dev/null and b/css/silverwolf/images/reports.png differ diff --git a/css/silverwolf/images/stripe.png b/css/silverwolf/images/stripe.png new file mode 100644 index 00000000..92d72647 Binary files /dev/null and b/css/silverwolf/images/stripe.png differ diff --git a/css/silverwolf/images/transactions.png b/css/silverwolf/images/transactions.png new file mode 100644 index 00000000..d975c600 Binary files /dev/null and b/css/silverwolf/images/transactions.png differ diff --git a/css/silverwolf/login.css b/css/silverwolf/login.css new file mode 100755 index 00000000..462296bf --- /dev/null +++ b/css/silverwolf/login.css @@ -0,0 +1,70 @@ +body { + padding: 0px; + margin: 0px; + text-align: center; + font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; + background: #fff url(images/stripe.png) repeat; + color: #777; +} + +#container { + text-align: left; + margin-top: 0px; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1000; + width: 300px; + background: #fff; +} + +#login_logo { + width: 200px; + height: 75px; + margin-left: 50px; + margin-top: 70px; + padding-top: 10px; + margin-bottom: 20px; + background: #fff url(../webERP.gif) repeat-x left bottom; +} + +input{ + width: 200px; + border: solid #e3e3e3 1px; + height:25px; + background:url(images/input_bg.png) repeat-x left top; + padding:4px 0; + vertical-align:middle; + margin-left:50px; + margin-bottom:10px; +} + +input:hover { + border: solid #aad4e3 1px; + background-position:left bottom; +} + +input.button { + font-weight: bold; + color: #fff; + background:url(images/menu_bg.png) 0px -8px repeat-x; + border: solid #e3e3e3 1px; + padding: 0px; + margin-top: 10px; + margin-bottom: 30px; +} + +input.button:hover { + background:url(images/menu_bg_dblue.png) 0px -8px repeat-x; +} + +label{ + width:200px; + padding-top:7px; + padding-left:50px; +} + +#demo_text{ + margin-left:50px; + width:200px; +} diff --git a/css/webERP.gif b/css/webERP.gif index 0baacde5..2527ebd4 100644 Binary files a/css/webERP.gif and b/css/webERP.gif differ diff --git a/css/webERPsm.gif b/css/webERPsm.gif index 07fcd2a8..b9c54f45 100644 Binary files a/css/webERPsm.gif and b/css/webERPsm.gif differ diff --git a/doc/Change.log.html b/doc/Change.log.html index 37daf333..9cb59962 100644 --- a/doc/Change.log.html +++ b/doc/Change.log.html @@ -1,5 +1,6 @@

webERP Change Log

+

20/5/07 Rob Wolf - SilverWolf theme added

20/5/07 SelectProduct.php now shows summary data about the item selected total qty on hand, ordered, purchasing data, unit of measure etc.

20/5/07 New salesman login option that allows selection of a salesman - these logins are restricted to selecting only customers who have branches allocated to the selected salesman.

20/5/07 BOM now shows quantity on hand of components - sponsored by Manny Neri Dutch Precision diff --git a/doc/Manual/ManualContributors.html b/doc/Manual/ManualContributors.html index 8a3a6020..a706216b 100644 --- a/doc/Manual/ManualContributors.html +++ b/doc/Manual/ManualContributors.html @@ -84,9 +84,13 @@ Vitaliy Shevkunov

Jake Stride +

+Marcos Garcia Trejo -Translation (sorted by language) +Translation +

+Csillag Péter Hungarian

Danu Satrio Pratomo Djojosoemarto and his cousin - Indonesian

@@ -108,6 +112,8 @@

Eddie Molina - Spanish

+J. Hernán Ramírez R. - Spanish (Venezuelan) +

Harald Ringehahn - German

Manel Sanchez Maulini - Spanish diff --git a/favicon.ico b/favicon.ico index 95b41f8f..41a26e94 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/includes/Login.php b/includes/Login.php index a4d27add..5ec208f5 100644 --- a/includes/Login.php +++ b/includes/Login.php @@ -1,5 +1,5 @@ - - - <?php echo $_SESSION['CompanyRecord']['coyname'];?> + + + <?php echo $_SESSION['CompanyRecord']['coyname'];?> + - + - + +'; + echo _('Your webserver is configured to enable Magic Quotes. This may cause problems if you use punctuation (such as quotes) when doing data entry. You should contact your webmaster to disable Magic Quotes'); + echo '

'; +} +?> - - - - - - - - -
- - '; - echo _('Your webserver is configured to enable Magic Quotes. This may cause problems if you use punctuation (such as quotes) when doing data entry. You should contact your webmaster to disable Magic Quotes'); - echo '

'; +
+ +
+
+ + '; + $DirHandle = dir('companies/'); + while (false != ($CompanyEntry = $DirHandle->read())){ + if (is_dir('companies/' . $CompanyEntry) AND $CompanyEntry != '..' AND $CompanyEntry != 'CVS' AND $CompanyEntry!='.'){ + echo "
+ } + echo ''; + } else { + echo ''; + } + ?> +
+
+
+
+
+
+ + + + diff --git a/includes/footer.inc b/includes/footer.inc index 964ecf7b..7507aac1 100644 --- a/includes/footer.inc +++ b/includes/footer.inc @@ -1,6 +1,6 @@
'; echo ''; @@ -9,15 +9,13 @@ echo ''; /*Do the borders */ - echo ''; - echo ''; - echo ' '; echo ''; echo '

'.(strftime('%A')).', '.(date($_SESSION['DefaultDateFormat']).' | '.(strftime(($DefaultClock==12) ? '%I:%M %p' : '%H:%M'))).'

'; - - echo ''; + + + echo ''; echo ''; echo ''; echo '