[xoops-cvslog 6597] CVS update: xoops2jp/html/modules/stdCache

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:37:28 JST


Index: xoops2jp/html/modules/stdCache/index.html
diff -u /dev/null xoops2jp/html/modules/stdCache/index.html:1.1.4.1
--- /dev/null	Mon Apr 30 16:37:28 2007
+++ xoops2jp/html/modules/stdCache/index.html	Mon Apr 30 16:37:27 2007
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file
Index: xoops2jp/html/modules/stdCache/xoops_version.php
diff -u /dev/null xoops2jp/html/modules/stdCache/xoops_version.php:1.1.4.1
--- /dev/null	Mon Apr 30 16:37:28 2007
+++ xoops2jp/html/modules/stdCache/xoops_version.php	Mon Apr 30 16:37:27 2007
@@ -0,0 +1,34 @@
+<?php
+// $Id: xoops_version.php,v 1.1.4.1 2007/04/30 07:37:27 nobunobu Exp $
+
+$modversion['name'] = _MI_STDCACHE_NAME;
+$modversion['version'] = 2.1;
+$modversion['description'] = _MI_STDCACHE_NAME_DESC;
+$modversion['author'] = "";
+$modversion['credits'] = "The XOOPS Cube Project";
+$modversion['license'] = "GPL see LICENSE";
+$modversion['official'] = 1;
+$modversion['image'] = "images/stdCache.png";
+$modversion['dirname'] = "stdCache";
+$modversion['help'] = "help.html";
+
+$modversion['cube_style'] = true;
+
+// Admin things
+$modversion['hasAdmin'] = 1;
+$modversion['adminindex'] = "admin/index.php";
+$modversion['adminmenu'] = "menu.php";
+
+// Menu
+$modversion['hasMain'] = 0;
+
+// Blocks
+$modversion['blocks'][1]['func_num'] = 1;
+$modversion['blocks'][1]['file'] = "cacheclear.php";
+$modversion['blocks'][1]['name'] = _MI_STDCACHE_BLOCK_CACHECLEAR;
+$modversion['blocks'][1]['description'] = "Clear cache";
+$modversion['blocks'][1]['class'] = "CacheclearBlock";
+$modversion['blocks'][1]['template'] = 'stdcache_block_cacheclear.html';
+$modversion['blocks'][1]['options'] = '60';
+
+?>


xoops-cvslog メーリングリストの案内
Back to archive index