I modifying following file:
plugins/system/jat3/base-themes/default/blocks/usertools/layout-switcher.php
code:
<? Php
/ *
# ————————————————- ———————–
# JA T3v2 Plugin – Template for Joomla 1.5 framework
# ————————————————- ———————–
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @ License – GNU / GPL V2, http://www.gnu.org/licenses/gpl2.html. For details
# On licensing, Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites: http://www.joomlart.com – http://www.joomlancers.com.
# ————————————————- ———————–
* /
?>
<? Php
$ Handheld_view = $ this-> getParam (‘ui’);
$ Switch_to = $ handheld_view == ‘desktop’? ‘Mobile’: ‘desktop’;
$ Text = $ handheld_view == ‘desktop’? ‘Mobile Version’, ‘Desktop Version’;
?>
<A class = “ja-tool-switchlayout ‘href =’ <? Php echo JURI:: base ()?>? ui = <? Php echo $ switch_to?>” Title = “<php echo JText:: _ ( $ text )?>”>< span> <? php echo JText text ::_($ )?></ span> </ a>
It does not work.
The same procedure I did with Ja Norite and it works.