$inf_admin_image = ($inf_adminpanel[$i]['image'] ? $inf_adminpanel[$i]['image'] : "infusion_panel.gif");
<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: infusion.php
| Author: Jankokuk
| E-Mail: admin@rezygame.eu
| Web: http://rezygame.eu
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
include INFUSIONS."birthday_panel/infusion_db.php";
if (!defined("IN_FUSION")) { die("Access Denied"); }
if (file_exists(INFUSIONS."birthday_panel/locale/".$settings['locale'].".php")) {
include INFUSIONS."birthday_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."birthday_panel/locale/English.php";
}
$inf_title = $locale['nazov'];
$inf_description = $locale['info'];
$inf_version = "2.0";
// $inf_developer = "Jankokuk";
$inf_email = "admin@rezygame.eu";
$inf_weburl = "http://rezygame.eu";
$inf_folder = "birthday_panel";
$inf_newtable[1] = DB_BIRTHDAYSET." (
bday_id MEDIUMINT(8) unsigned NOT NULL AUTO_INCREMENT,
pocet INT NOT NULL ,
meniny INT NOT NULL,
PRIMARY KEY (bday_id)
) ENGINE=MyISAM;";
$inf_insertdbrow[1] = DB_BIRTHDAYSET." (bday_id, pocet, meniny) VALUES('', '2', '0')";
$inf_droptable[1] = DB_BIRTHDAYSET;
$inf_adminpanel[1] = array(
"title" => $locale['nazov'],
"panel" => "birthday_admin.php",
"rights" => "s"
);
?>
Category Forum
Panels and InfusionsLabels
None yet
Statistics
5 participants
Notifications
You are not receiving notifications from this thread.
Related Questions