Remove the Home & ack Buttons

mickandluey
14 years, 8 months ago
Hello - can I first of all compliment you on an excellent component - well done !!!

Quickquestion please - is it possible to remove the home ad back buttons in both corners after leavng the home page?

Thanks

Mike
mickandluey
14 years, 8 months ago
PS apologies for the typos - my keyboard is on its last legs !!!
dryabov
14 years, 8 months ago
In /templates/mobile_iphone/index.php remove code
 
<?php if(!$MobileJoomla->_ishomepage): ?>
<a class="back" href="javascript:history.go(-1)"><?php echo JText::_('Back'); ?></a>
<a class="home" href="/<?php echo $homepage;?>"><?php echo JText::_('Home'); ?></a>
<?php endif;?>
 

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.