]> git.decadent.org.uk Git - maypole.git/commitdiff
changed template path ordering a bit more in TT
authorAaron Trevena <aaron.trevena@gmail.com>
Mon, 6 Nov 2006 13:37:28 +0000 (13:37 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Mon, 6 Nov 2006 13:37:28 +0000 (13:37 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@550 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole/View/Base.pm

index 5ae1bae6e86216ddaa22ea133d80c84e0e4f3e10..0e9378fd465d15cbd60613304fb44f9456f7eba3 100644 (file)
@@ -23,8 +23,8 @@ sub paths {
              && File::Spec->catdir( $path, $r->model_class->table )
              )
             );
-       push(@output, $path);
        push(@output, File::Spec->catdir( $path, "custom" ));
+       push(@output, $path);
        push(@output, File::Spec->catdir( $path, "factory" ));
     }