mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-29 07:27:14 +02:00
Improved another chunk of the designers docs
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user