-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxoops_version.php
More file actions
81 lines (76 loc) · 2.28 KB
/
Copy pathxoops_version.php
File metadata and controls
81 lines (76 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?php
/**
* Module: SS-yahoonews
* Version: v2.0.5a
* Release Date: 08.03.2005
* (date/month/year)
* Author: Geimas5
* Licence: GNU
*/
$modversion['name'] = 'SS-yahoonews';
$modversion['version'] = 1.0;
$modversion['releasedate'] = 'Mon: 26 July 2004';
$modversion['description'] = '';
$modversion['author'] = 'Geimas50';
$modversion['credits'] = 'Geimas5';
$modversion['help'] = '';
$modversion['license'] = 'GPL see LICENSE';
$modversion['official'] = 0;
$modversion['image'] = 'images/wfdl_slogo.png';
$modversion['dirname'] = 'YahooNews';
$modversion['author_credits'] = 'Geimas5';
// Admin things
$modversion['hasAdmin'] = 0;
// Menu
$modversion['hasMain'] = 1;
global $xoopsModuleConfig, $xoopsUser, $xoopsDLModule;
$i++;
$modversion['sub'][$i]['name'] = 'Top Stories';
$modversion['sub'][$i]['url'] = 'topstories.php';
$i++;
$modversion['sub'][$i]['name'] = 'World';
$modversion['sub'][$i]['url'] = 'world.php';
$i++;
$modversion['sub'][$i]['name'] = 'Business';
$modversion['sub'][$i]['url'] = 'business.php';
$i++;
$modversion['sub'][$i]['name'] = 'Technology';
$modversion['sub'][$i]['url'] = 'technology.php';
$i++;
$modversion['sub'][$i]['name'] = 'Politics';
$modversion['sub'][$i]['url'] = 'politics.php';
$i++;
$modversion['sub'][$i]['name'] = 'Sports';
$modversion['sub'][$i]['url'] = 'sports.php';
$i++;
$modversion['sub'][$i]['name'] = 'Entertainment';
$modversion['sub'][$i]['url'] = 'entertainment.php';
$i++;
$modversion['sub'][$i]['name'] = 'Health';
$modversion['sub'][$i]['url'] = 'health.php';
$i++;
$modversion['sub'][$i]['name'] = 'Oddly Enough';
$modversion['sub'][$i]['url'] = 'oddly.php';
$i++;
$modversion['sub'][$i]['name'] = 'Science';
$modversion['sub'][$i]['url'] = 'science.php';
$i++;
$modversion['sub'][$i]['name'] = 'Opinion/Editorial';
$modversion['sub'][$i]['url'] = 'opinion.php';
$i++;
$modversion['sub'][$i]['name'] = 'Most Emailed';
$modversion['sub'][$i]['url'] = 'mostemailed.php';
$i++;
$modversion['sub'][$i]['name'] = 'Highest Rated';
$modversion['sub'][$i]['url'] = 'highestrated.php';
$i++;
$modversion['sub'][$i]['name'] = 'Most Viewed';
$modversion['sub'][$i]['url'] = 'mostviewed.php';
unset($i);
// Search
$modversion['hasSearch'] = 0;
// Comments
$modversion['hasComments'] = 0;
// Comment callback functions
// Notification
$modversion['hasNotification'] = 0;