Hey guys, just a quick question. I'm currently running Joomla 1.0.13 and RSGallery2 1.14.3. The 'My Galleries' page is currently breaking my template. I'm pretty sure I know the source of the problem (see the code below), I just don't know where this coding is located so that I can edit it. Any ideas?
<script type="text/javascript">
tinyMCE.init({
theme : "advanced",
language : "en",
mode : "specific_textareas",
document_base_url : "http://website.com/home/",
relative_urls : false,
remove_script_host : false,
save_callback : "TinyMCE_Save",
invalid_elements : "script,applet,iframe",
theme_advanced_toolbar_location : "top",
theme_advanced_source_editor_height : "550",
theme_advanced_source_editor_width : "750",
directionality: "ltr",
force_br_newlines : "false",
force_p_newlines : "true",