mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
[impressum] Update config file style/name
This commit is contained in:
parent
b1295c2eaa
commit
dbd93f8351
4 changed files with 44 additions and 43 deletions
|
@ -54,7 +54,7 @@ function impressum_footer($a, &$b) {
|
|||
|
||||
function impressum_load_config(\Friendica\App $a)
|
||||
{
|
||||
$a->loadConfigFile(__DIR__. '/config/impressum.ini.php');
|
||||
$a->loadConfigFile(__DIR__ . '/config/impressum.config.php');
|
||||
}
|
||||
|
||||
function impressum_show($a,&$b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue