This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Add necessary required_once statement in theme/vier/config.php
- Vier config.php depends on a function declared in theme.php
pull/7708/head
Hypolite Petovan
1 year ago
parent
7959b9bbed
commit
ca65181577
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
view/theme/vier/config.php
+ 2
- 0
view/theme/vier/config.php
View File
@ -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
())
{
Write
Preview
Loading…
Cancel
Save