|
|
|
| Здравствуйте! Подскажите пожалуйста, (.html не помогает)rnИмеется такой код
$doc = &JFactory::getDocument();rn $doc -> addScriptDeclaration('rn jQuery(document).ready(function(){rn jQuery(\'.flexslider\').flexslider({rn animation: '.$animation.',rn slideDirection: "'.$params -> get('image_gallery_slide_direction').'",rn slideshow: '.$slideshow.',rn slideshowSpeed: '.$params -> get('image_gallery_animSpeed').',rn animationDuration: '.$params -> get('image_gallery_animation_duration').',rn directionNav: '.$dirNav.',rn controlNav: '.$controlNav.',rn prevText: "'.JText::_('Previous').'",rn nextText: "'.JText::_('Next').'",rn pausePlay: '.$pausePlay.',rn pauseText: "'.JText::_('Пауза!').'",rn playText: "'.JText::_('Поехали!').'",rn pauseOnAction: '.$pauseOnAction.',rn pauseOnHover: '.$pauseOnHover.',rn useCSS: '.$useCSS.',rn start: function(){rn jQuery(".flexslider").css("width","'.$params -> get('tz_image_gallery_'.$name).'px")rn }rn });rn });rn ');
| rnкак вместо текста
pauseText: "'.JText::_('Пауза!').'",rn playText: "'.JText::_('Поехали!').'",
| вставить картинки? | |
|
|