X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fview.php;h=15b3733b3fc974f45dcb21d2c2bec7a3728b6ef3;hb=0454d0a670e051e8519e9a4220606f83d1408214;hp=a6c482049c650bbf91eaa53929d0964f952ab13a;hpb=5a6da8b447430174ae231a3b8203fd4bd8416cc1;p=friendica.git diff --git a/mod/view.php b/mod/view.php index a6c482049c..15b3733b3f 100644 --- a/mod/view.php +++ b/mod/view.php @@ -9,9 +9,8 @@ function view_init($a){ if ($a->argc == 4){ $theme = $a->argv[2]; $THEMEPATH = "view/theme/$theme"; - if (file_exists("view/theme/$theme/style.php")) { + if(file_exists("view/theme/$theme/style.php")) require_once("view/theme/$theme/style.php"); - } } killme();