OSDN Git Service

- changed template file name.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Wed, 29 Apr 2009 10:45:38 +0000 (10:45 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Wed, 29 Apr 2009 10:45:38 +0000 (10:45 +0000)
Idea_Extended_ViewClass/class/Plugin/Generator/Ethna_Plugin_Generator_Project.php

index 1bc4412..a8dc5fe 100644 (file)
@@ -154,8 +154,8 @@ class Ethna_Plugin_Generator_Project extends Ethna_Plugin_Generator
             "etc.ini.php" => sprintf("$basedir/etc/%s-ini.php", $macro['project_prefix']),
             "template.index.tpl" => sprintf("$basedir/template/$locale/index.tpl"),
             "template.layout.tpl" => sprintf("$basedir/template/$locale/layout.tpl"),
-            "template.404.tpl" => sprintf("$basedir/template/$locale/404.tpl"),
-            "template.500.tpl" => sprintf("$basedir/template/$locale/500.tpl"),
+            "template.404.tpl" => sprintf("$basedir/template/$locale/error404.tpl"),
+            "template.500.tpl" => sprintf("$basedir/template/$locale/error500.tpl"),
         );
 
         $skelfile_maps = array(