Index: branches/version-2_12-dev/data/class/pages/unsupported/LC_Page_Unsupported.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/unsupported/LC_Page_Unsupported.php	(revision 21420)
+++ branches/version-2_12-dev/data/class/pages/unsupported/LC_Page_Unsupported.php	(revision 21698)
@@ -58,5 +58,13 @@
     }
 
-    function action() {}
+    function action() {
+        // フックポイント.
+        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg);
+        $objPlugin->doAction('LC_Page_Unsupported_action_before', array($this));
+        
+        // フックポイント.
+        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg);
+        $objPlugin->doAction('LC_Page_Unsupported_action_after', array($this));
+    }
 
     /**
