Update namespace in mod/view
This commit is contained in:
parent
c5cb976b62
commit
0c4f8277e6
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue