Improved another chunk of the designers docs

This commit is contained in:
Simon Wisselink
2023-02-06 10:40:00 +01:00
parent 1e0d25638e
commit 694ff1b733
24 changed files with 1261 additions and 1347 deletions

View File

@ -21,7 +21,7 @@ key
<?php
// add directory where config files are stored
$smarty->addConigDir('./config_1');
$smarty->addConfigDir('./config_1');
// add directory where config files are stored and specify array-key
$smarty->addConfigDir('./config_1', 'one');