Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : oldsnake23 31 Jul 2010, 20:20:47

: Tool ingrandimento font e dimensione screen in JAPURITY 2
: oldsnake23 31 Jul 2010, 20:20:47
Vorrei eliminare i tool sopracitati nel template JAPUTIYTY 2!

HELP PLEASE
: Re:Tool ingrandimento font e dimensione screen in JAPURITY 2
: adottauncane 31 Jul 2010, 21:13:13
Cioa oldsnake23,
commenta queste righe:
:
/*function switchFontSize (ckname,val){
var bd = $E('body');
switch (val) {
case 'inc':
if (CurrentFontSize+1 < 7) {
bd.removeClass('fs'+CurrentFontSize);
CurrentFontSize++;
bd.addClass('fs'+CurrentFontSize);
}
break;
case 'dec':
if (CurrentFontSize-1 > 0) {
bd.removeClass('fs'+CurrentFontSize);
CurrentFontSize--;
bd.addClass('fs'+CurrentFontSize);
}
break;
default:
bd.removeClass('fs'+CurrentFontSize);
CurrentFontSize = val;
bd.addClass('fs'+CurrentFontSize);
}
Cookie.set(ckname, CurrentFontSize,{duration:365});
}

function switchTool (ckname, val) {
createCookie(ckname, val, 365);
window.location.reload();
}*/

in ja_purity_ii/js/ja.script.js

e poi togli le icone dalla cartella images del template