diff --git a/index.php b/index.php index 71a06fb..903833e 100644 --- a/index.php +++ b/index.php @@ -47,7 +47,7 @@ $exec->addPath( array( 'exec/core.exec.php', 'exec/*.exec.php', - 'templates/'.$config->template.'/*.exc.php', + 'templates/'.$config->template.'/*.exec.php', ) ); foreach( $config->path_plugins as $key => $value ) { diff --git a/templates/simple/render.exc.php b/templates/simple/render.exec.php similarity index 100% rename from templates/simple/render.exc.php rename to templates/simple/render.exec.php