some object/thing tweaks

This commit is contained in:
friendica
2013-07-03 20:37:39 -07:00
parent 8ec5f8b07a
commit fbdee83dca
4 changed files with 30 additions and 3 deletions

View File

@@ -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');
}