I just installed the last verison of CMSMS on this website : http://www.artonline.fr/cmsms/
Everything went just fine except for a small issue that I couldn't solve.
I installed the script Facebox http://famspam.com/facebox on my website. To be sure the path was correct, I wrote the full url leading to the required script to make it work.
- jquery.js
- facebox.js
- facebox.css
But there is an additonal required code that is apparently the source of my problem. This:
Code: Select all
<__script__ type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox({
loading_image : 'http://www.artonline.fr/facebox/loading.gif',
close_image : 'http://www.artonline.fr/jfacebox/closelabel.gif'
})
})
</__script>One last thing, the facebox script is just used at the moment on the flag (top right) and trying to make it work desperately.string(284) "Smarty error: [in tpl_head:23 line 7]: syntax error: unrecognized tag: $('a[rel*=facebox]').facebox({ loading_image : 'http://www.artonline.fr/facebox/loading.gif', close_image : 'http://www.artonline.fr/jfacebox/closelabel.gif' (Smarty_Compiler.class.php, line 446)" string(110) "Smarty error: [in tpl_head:23 line 7]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"
I tried to write all details for you to understand, if you have any ideas, please feel free to share.
The script works perfectly on my first index website (try french flag) : http://www.artonline.fr
Thank you for your answers



