Index: branches/unlabeled/unlabeled-1.13.2/core/kernel/parser/template.php =================================================================== diff -u -r4967 -r4970 --- branches/unlabeled/unlabeled-1.13.2/core/kernel/parser/template.php (.../template.php) (revision 4967) +++ branches/unlabeled/unlabeled-1.13.2/core/kernel/parser/template.php (.../template.php) (revision 4970) @@ -117,7 +117,7 @@ $module_filename = $filename; } - if ( $this->Application->IsAdmin() && $this->Application->findModule('Name', $first_dir, null, true)) { + if ( $this->Application->IsAdmin() && $this->Application->findModule('Name', $first_dir)) { $path = MODULES_PATH.'/'.strtolower($first_dir).'/admin_templates'; } else {