admin
|
Re:layout - 2007/09/23 14:28
Sorry for the late reply. I have been "offline" for a while.
In the released version there is no easy way to change the layout of the displayed content. However, you can change the number of columns and rows displayed in the source code.
Edit the file components/com_mobileentertainment/mobileentertainment.php and find the section you like to change layout, i.e.
You can change the number of columns and rows displayed by editing the highlighted numbers in the function below:
| Code: | document.writeln('<sc'+'ript language=javascript src="http://www.mobilemoney.com/wizard2.asp?mmpart18_10=content&
mmchar18_10='+getparam("mmchar18_10")+'&mmstart18_10='+getparam("mmstart18_10")+'&mmsection18_10='+getparam("mmsection18_10")+'&mmphonetype18_10='+getparam("mmphonetype18_10")+'&mmmoreinfo18_10='+getparam("mmmoreinfo18_10")+'&cat=18&choice1=10
&rows=3&cols=4
&hidesex=<?php echo $config["hidesex"]; ?>&refname=<?php mmrefname(); ?>&language=xx&charset=&
sections=<?php echo $screensavers_sections; ?>&phones=&mmcountry18_10=&mmdisplaytype="></sc'+'ript>');
|
Hope this helps.
|