diff options
| author | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 16:15:21 -0400 |
|---|---|---|
| committer | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 16:15:21 -0400 |
| commit | 44925e221ac835f89f3d6c062d320e83e7b38f1b (patch) | |
| tree | 39fde6c376074264b3c0792d6e69ad8b26b15779 /templates/install_database_done.tpl | |
| parent | fed3e009809a27a675dd736100cffc4f38f179c3 (diff) | |
| download | install-44925e221ac835f89f3d6c062d320e83e7b38f1b.tar.gz install-44925e221ac835f89f3d6c062d320e83e7b38f1b.tar.bz2 install-44925e221ac835f89f3d6c062d320e83e7b38f1b.zip | |
move config/kernel_config_inc.php to config/kernel/config_inc.php and now we have some standardized modularity forming for config/<pkg>/blah..., also all non-exec files have _inc.php by convention
Diffstat (limited to 'templates/install_database_done.tpl')
| -rw-r--r-- | templates/install_database_done.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_database_done.tpl b/templates/install_database_done.tpl index 479029b..fa96605 100644 --- a/templates/install_database_done.tpl +++ b/templates/install_database_done.tpl @@ -69,7 +69,7 @@ <div class="row"> <p class="success"> This information was stored in the file:<br /> - <strong>{$smarty.const.CONFIG_PKG_PATH}kernel_config.php</strong> + <strong>{$smarty.const.CONFIG_PKG_PATH}kernel/config_inc.php</strong> </p> {if substr( PHP_OS, 0, 3 ) == 'WIN'} <p class="warning"> |
