Login     Sign up
Deporteando (@albertof)
114 months ago
558 Views
1 people followed this question
0

copy logo.png from your theme to modules/mobile
in modules/mobile/page.tpl.php

change this line
[code]
<h1><?php echo h(get_gvar('site_name'));?></h1>
[/code]
to
[code]
<h1><img src="modules/mobile/logo.png" style="height:16px; width:auto;"></h1>
[/code]

you change 16px if you want it bigger or smaller

Jcow Master @falcone
114 months ago