I’m using Joomla 1.5 and I need to create a simple gallery in my site but I don’t want to create new component because it’s takes a lot of time to learn…
So I wanted to ask:
if I create a simple jQuery gallery in standalone .html file and then I embed it using Wrapper into Joomla, will there be any heavy problems?
Thanks
You don’t need to do a full-blown MVC component for this: a quick one will work. Add the file
components/com_jquery_gallery/jquery_gallery.phpand add your HTML code there. The HTML will be accessible throughindex.php?option=com_jquery_gallery.