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
missed a couple more template engine assignments
pull/551/head
Zach Prezkuta
8 years ago
parent
b9f4687260
commit
232deadfd2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
view/theme/dispy/dark/theme.php
+1
-1
view/theme/dispy/light/theme.php
+ 1
- 1
view/theme/dispy/dark/theme.php
View File
@ -13,7 +13,7 @@ $a->theme_info = array(
'family'
=>
'dispy'
,
'name'
=>
'dark'
,
);
$a
->
theme
[
'template_engine'
]
=
'smarty3'
;
set_template_engine
(
$a
,
'smarty3'
)
;
function
dispy_dark_init
(
&
$a
)
{
/**
@
purpose
set
some
theme
defaults
+ 1
- 1
view/theme/dispy/light/theme.php
View File
@ -13,7 +13,7 @@ $a->theme_info = array(
'family'
=>
'dispy'
,
'name'
=>
'light'
,
);
$a
->
theme
[
'template_engine'
]
=
'smarty3'
;
set_template_engine
(
$a
,
'smarty3'
)
;
function
dispy_light_init
(
&
$a
)
{
Write
Preview
Loading…
Cancel
Save