OSDN Git Service

add ACS webapp, sql, htdocs
[acs/acs.git] / webapp / modules / Community / views / IndexErrorView.class.php
diff --git a/webapp/modules/Community/views/IndexErrorView.class.php b/webapp/modules/Community/views/IndexErrorView.class.php
new file mode 100644 (file)
index 0000000..ce7d51f
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+/**
+ *¥³¥ß¥å¥Ë¥Æ¥£¥È¥Ã¥×¥Ú¡¼¥¸ (¥¨¥é¡¼)
+ *
+ * @author  kuwayama
+ * @version $Revision: 1.1 $ $Date: 2006/03/23 10:04:00 $
+ */
+class IndexErrorView extends BaseView
+{
+       function execute() {
+
+               $this->setScreenId("0001");
+               $this->setTemplate('Index_error.tpl.php');
+               return parent::execute();
+       }
+}
+?>