2011-08-25, 23:16:59
TemurDanelia Wrote:I tried to put <?php get_i18n_gallery('slider'); ?> in another theme Cardinal.
...
Here is page preview:
http://www.bizwebmaster.com/promodemo/
js and css again not included in <head></head>.
I didn't realize, you have the gallery in the template.
If you put the gallery in the template you need to also put the following in your HTML head (header.php in your case):
Code:
<?php get_i18n_gallery_header('slider'); ?>
If you put
Code:
(% gallery name=slider %)