Welcome, Guest
Username Password: Remember me

Remove the Home & ack Buttons
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Remove the Home & ack Buttons

Remove the Home & ack Buttons 13 years, 9 months ago #416

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

Remove the Home & ack Buttons 13 years, 9 months ago #1902

PS apologies for the typos - my keyboard is on its last legs !!!

Remove the Home & ack Buttons 13 years, 9 months ago #1917

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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;?>
 
  • Page:
  • 1
Time to create page: 0.17 seconds

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.