Missing iPhone Homepage field in Settings

dustin555
15 years, 1 month ago
Add this to admin.mobilejoomla.html.php around line 295:
<tr>
<td class="key"><span class="editlinktip hasTip" title="<?php echo JText::_('Homepage'); ?>::<?php echo JText::_('Set this page as a homepage.'); ?>"><?php echo JText::_('Homepage'); ?></span></td>
<td><input class="text_area" type="text" size="50" name="mjconfig_iphonehomepage" value="<?php echo $MobileJoomla_Settings['iphonehomepage']; ?>" /></td>
</tr>
 
jarkko
15 years, 1 month ago
Hi,

Thanks. iPhone homepage option is currently removed as it creates some confusion to the logic. It might be added to the next version.

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.