XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
xoops_version.php
1<?php
8
9// Manifesto
10$modversion['dirname'] = 'stdCache';
11$modversion['name'] = _MI_STDCACHE_NAME;
12$modversion['version'] = '2.50';
13$modversion['detailed_version'] = '2.50.0';
14$modversion['description'] = _MI_STDCACHE_NAME_DESC;
15$modversion['author'] = 'The XOOPSCube Project';
16$modversion['credits'] = 'The XOOPSCube Project';
17$modversion['license'] = 'GPL see LICENSE';
18$modversion['image'] = 'images/module_cache.svg';
19$modversion['icon'] = 'images/module_icon.svg';
20$modversion['help'] = 'help.html';
21$modversion['cube_style'] = true;
22
23// Admin
24$modversion['hasAdmin'] = 1;
25$modversion['adminindex'] = 'admin/index.php';
26$modversion['adminmenu'] = 'menu.php';
27
28// Menu
29$modversion['hasMain'] = 0;
30
31// Blocks
32$modversion['blocks'][1]['func_num'] = 1;
33$modversion['blocks'][1]['file'] = 'cacheclear.php';
34$modversion['blocks'][1]['name'] = _MI_STDCACHE_BLOCK_CACHECLEAR;
35$modversion['blocks'][1]['description'] = 'Clear cache';
36$modversion['blocks'][1]['class'] = 'CacheclearBlock';
37$modversion['blocks'][1]['template'] = 'stdcache_block_cacheclear.html';
38$modversion['blocks'][1]['options'] = '60';