Add Pico::setConfig() example to index.php.dist
This commit is contained in:
parent
1ce4a0bc36
commit
09057db2e0
1 changed files with 3 additions and 0 deletions
|
@ -32,5 +32,8 @@ $pico = new Pico(
|
||||||
'themes/' // themes dir
|
'themes/' // themes dir
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// override configuration?
|
||||||
|
//$pico->setConfig(array());
|
||||||
|
|
||||||
// run application
|
// run application
|
||||||
echo $pico->run();
|
echo $pico->run();
|
||||||
|
|
Loading…
Reference in a new issue