....and NOW the official post I like to write
Ok, it's that easy, taht I got it only by accident
Install Tiny and folow this instructions:
http://tinywebgallery.com/en/faq.htm#h2
Then, install the delivered module into joomla: mod_twg.zip
Publish the module and enter the pixel sizes for it.
Activate it and give it a module position you are usually not using, like user7, uder8, etc....
I use user7 for it
Create a static page and enter just a title for this page. That's enough.
Link this static page to the menu you like to get the link be shown.
Edit your Joomla Template and enter just after:
Code:
<?php mosMainBody(); ?>
this little code, of course, style sheets are up to you:
Code:
<? if ( mosCountModules( 'user7' )) { ?><div style="text-align: center;"><?php mosLoadModules ( 'user7', -2 ); ?></div><? } ?>[/quote]