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
Update namespace in mod/view
pull/6482/head
Hypolite Petovan
2 years ago
parent
c5cb976b62
commit
0c4f8277e6
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
mod/view.php
+ 5
- 1
mod/view.php
View File
@ -1,10 +1,14 @@
<
?
php
use
Friendica\App
;
/**
*
load
view
/
theme
/
$current_theme
/
style
.
php
with
friendica
context
*
*
@
param
App
$a
*/
function
view_init
(
$a
){
function
view_init
(
App
$a
)
{
header
(
"
Content-Type: text/css
"
);
if
(
$a
->
argc
==
4
){
Write
Preview
Loading…
Cancel
Save