projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7959b9b
)
Add necessary required_once statement in theme/vier/config.php
author
Hypolite Petovan
<hypolite@mrpetovan.com>
Sun, 6 Oct 2019 12:46:56 +0000
(08:46 -0400)
committer
Hypolite Petovan
<hypolite@mrpetovan.com>
Sun, 6 Oct 2019 12:46:56 +0000
(08:46 -0400)
- Vier config.php depends on a function declared in theme.php
view/theme/vier/config.php
patch
|
blob
|
history
diff --git
a/view/theme/vier/config.php
b/view/theme/vier/config.php
index d34a447d5eeca4f000c730617b2e2ac4658367f2..9b19ae6a990e26ab49189aa819ea81961d6c9346 100644
(file)
--- a/
view/theme/vier/config.php
+++ b/
view/theme/vier/config.php
@@
-10,6
+10,8
@@
use Friendica\Core\PConfig;
use Friendica\Core\Renderer;
use Friendica\Core\System;
+require_once __DIR__ . '/theme.php';
+
function theme_content(App $a)
{
if (!local_user()) {