aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-03 20:37:39 -0700
committerfriendica <info@friendica.com>2013-07-03 20:37:39 -0700
commitfbdee83dca4aa9e5d66488f32121d8c62e378316 (patch)
treec86139c1ea524170e67cc41bb6077e3da5689a75 /boot.php
parent8ec5f8b07a0f1d5ad266bfdfdfb48d4f5647eed6 (diff)
downloadvolse-hubzilla-fbdee83dca4aa9e5d66488f32121d8c62e378316.tar.gz
volse-hubzilla-fbdee83dca4aa9e5d66488f32121d8c62e378316.tar.bz2
volse-hubzilla-fbdee83dca4aa9e5d66488f32121d8c62e378316.zip
some object/thing tweaks
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b15f20d12..bf99c142e 100755
--- a/boot.php
+++ b/boot.php
@@ -1930,7 +1930,7 @@ function current_theme(){
function current_theme_url($installing = false) {
global $a;
$t = current_theme();
- if((file_exists('view/theme/' . $t . '/php/style.php')) && (! $installing))
+ if(file_exists('view/theme/' . $t . '/php/style.php'))
return('view/theme/' . $t . '/php/style.pcss');
return('view/theme/' . $t . '/css/style.css');
}