[xoops-cvslog 3147] CVS update: xoops2jp/html/modules/base/kernel

Back to archive index

Minahito minah****@users*****
2006年 5月 25日 (木) 18:29:33 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php
diff -u /dev/null xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.1
--- /dev/null	Thu May 25 18:29:33 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php	Thu May 25 18:29:33 2006
@@ -0,0 +1,16 @@
+<?php
+/**
+ * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.1 2006/05/25 09:29:33 minahito Exp $
+ */
+
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
+class Legacy_EventFunction
+{
+	function AccessToImageManager(&$controller,$eventArgs)
+	{
+		$controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=ImageList");
+	}
+}
+
+?>
\ No newline at end of file


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