:::

5-4 /xoops_version.php

01<?php
02/**
03 * Phone Book module
04 *
05 * You may not change or alter any portion of this comment or credits
06 * of supporting developers from this source code or any supporting source code
07 * which is considered copyrighted (c) material of the original comment or credit authors.
08 * This program is distributed in the hope that it will be useful,
09 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * @copyright  The XOOPS Project http://sourceforge.net/projects/xoops/
13 * @license    http://www.fsf.org/copyleft/gpl.html GNU public license
14 * @package    Phone Book
15 * @since      2.5
16 * @author     tad
17 * @version    $Id $
18 **/
19 
20 
21$modversion = array();
22 
23//---模組基本資訊---//
24$modversion['name']        = _MI_PHONEBOOK_NAME;
25$modversion['version']     = '1.0';
26$modversion['description'] = _MI_PHONEBOOK_DESC;
27$modversion['author']      = _MI_PHONEBOOK_AUTHOR;
28$modversion['credits']     = _MI_PHONEBOOK_CREDITS;
29$modversion['help']        = 'page=help';
30$modversion['license']     = 'GPL see LICENSE';
31$modversion['image']       = "images/logo.png";
32$modversion['dirname']     = basename(__DIR__);
33 
34//---模組狀態資訊---//
35$modversion['status_version']      = '1.0';
36$modversion['release_date']        = '2015-09-25';
37$modversion['module_website_url']  = 'http://tad0616.net';
38$modversion['module_website_name'] = _MI_PHONEBOOK_AUTHOR_WEB;
39$modversion['module_status']       = 'release';
40$modversion['author_website_url']  = 'http://tad0616.net';
41$modversion['author_website_name'] = _MI_PHONEBOOK_AUTHOR_WEB;
42$modversion['min_php']             = '5.3';
43$modversion['min_xoops']           = '2.5';
44 
45//---paypal資訊---//
46$modversion['paypal']                  = array();
47$modversion['paypal']['business']      = 'tad0616@gmail.com';
48$modversion['paypal']['item_name']     = 'Donation :' . _MI_PHONEBOOK_AUTHOR;
49$modversion['paypal']['amount']        = 0;
50$modversion['paypal']['currency_code'] = 'USD';
51 
52//---安裝設定---//
53$modversion['onInstall']   = "include/onInstall.php";
54$modversion['onUpdate']    = "include/onUpdate.php";
55$modversion['onUninstall'] = "include/onUninstall.php";
56 
57//---啟動後台管理界面選單---//
58$modversion['system_menu'] = 1;
59 
60 
61//---資料表架構---//
62$modversion['sqlfile']['mysql'] = "sql/mysql.sql";
63$modversion['tables'][1] = "phone_book";
64$modversion['tables'][2] = "phone_book_cate";
65 
66//---管理介面設定---//
67$modversion['hasAdmin']   = 1;
68$modversion['adminindex'] = "admin/main.php";
69$modversion['adminmenu']  = "admin/menu.php";
70 
71//---使用者主選單設定---//
72$modversion['hasMain'] = 1;
73$i=0;
74 
75 
76//---樣板設定---//
77$i=0;
78$modversion['templates'][$i]['file'] = 'phone_book_adm_main_b3.html';
79$modversion['templates'][$i]['description'] = 'phone_book_adm_main_b3.html for bootstrap3';
80 
81$i++;
82$modversion['templates'][$i]['file'] = 'phone_book_adm_cate_b3.html';
83$modversion['templates'][$i]['description'] = 'phone_book_adm_cate_b3.html for bootstrap3';
84 
85$i++;
86$modversion['templates'][$i]['file'] = 'phone_book_index_b3.html';
87$modversion['templates'][$i]['description'] = 'phone_book_index_b3.html for bootstrap3';
88 
89$i++;
90$modversion['templates'][$i]['file'] = 'phone_book_birthday_b3.html';
91$modversion['templates'][$i]['description'] = 'phone_book_birthday_b3.html for bootstrap3';
92 
93$i++;
94$modversion['templates'][$i]['file'] = 'phone_book_chart_b3.html';
95$modversion['templates'][$i]['description'] = 'phone_book_chart_b3.html for bootstrap3';
96 
97 
98//---區塊設定---//
99$i=0;

 


:::

搜尋

QR Code 區塊

https%3A%2F%2Ftad0616.cp27.secserverpros.com%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbdsn%3D1243%26tbsn%3D39

書籍目錄

展開 | 闔起

線上使用者

56人線上 (7人在瀏覽線上書籍)

會員: 0

訪客: 56

更多…