summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-09 14:48:14 +0000
committerSarven Capadisli <csarven@status.net>2009-10-09 14:48:14 +0000
commit0799f48197c67dbbbd1b613f1fc9c66d9250f2ae (patch)
tree5b0ce39fce1f4f553d10550bca0c36e2c6558403 /plugins/MobileProfile
parente36c9523383769313b11a67aa3859cb09b20ec52 (diff)
Updated mobilelogo extension
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 21eaa124e..1164974b9 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -236,7 +236,7 @@ class MobileProfilePlugin extends WAP20Plugin
$action->element('img', array('class' => 'photo',
'src' => (common_config('site', 'mobilelogo')) ? common_config('site', 'mobilelogo') :
- ((file_exists(theme_file('mobilelogo.gif'))) ? (theme_path('mobilelogo.gif')): theme_path('logo.png')),
+ ((file_exists(theme_file('mobilelogo.png'))) ? (theme_path('mobilelogo.png')) : theme_path('logo.png')),
'alt' => common_config('site', 'name')));
}
$action->element('span', array('class' => 'fn org'), common_config('site', 'name'));