diff --git a/index.php.dist b/index.php.dist index cd391ad..a1f981d 100644 --- a/index.php.dist +++ b/index.php.dist @@ -32,5 +32,8 @@ $pico = new Pico( 'themes/' // themes dir ); +// override configuration? +//$pico->setConfig(array()); + // run application echo $pico->run();