aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-31 11:50:33 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-31 11:50:33 +0200
commit893ece90664588e61584b479ca7af0021ca1df83 (patch)
tree96b0b166e381a7663cd024b5234f0b8daa11b220 /view/theme/diabook-aerith/theme.php
parentee9a3eb16345fa8c0a1f1a79e7622ea73862a054 (diff)
downloadvolse-hubzilla-893ece90664588e61584b479ca7af0021ca1df83.tar.gz
volse-hubzilla-893ece90664588e61584b479ca7af0021ca1df83.tar.bz2
volse-hubzilla-893ece90664588e61584b479ca7af0021ca1df83.zip
bug fix in diabook-aerith and -red
Diffstat (limited to 'view/theme/diabook-aerith/theme.php')
-rwxr-xr-xview/theme/diabook-aerith/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php
index 5fa13c944..1894c07db 100755
--- a/view/theme/diabook-aerith/theme.php
+++ b/view/theme/diabook-aerith/theme.php
@@ -256,7 +256,7 @@ if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
// custom css
-//if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
+if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
//load jquery.cookie.js
$cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/js/jquery.cookie.js";