?
Path : /home/admin/public_html/old/board/modules/mod_phocagallery_image/tmpl/ |
Current File : /home/admin/public_html/old/board/modules/mod_phocagallery_image/tmpl/default.php |
<?php // no direct access defined('_JEXEC') or die('Restricted access'); if ($phocagallery_module_width !='') { $pgWidth ='width:'.$phocagallery_module_width.'px;'; } else { $pgWidth = ''; } ?> <div id ="phocagallery-module-ri" style="text-align:center;<?php echo $pgWidth;?>"> <center><?php foreach ($output as $value) { echo $value; } ?></center> </div> <div style="clear:both"></div><?php if ($tmpl['detailwindow'] == 6) { ?><script type="text/javascript"> var gjaksMod<?php echo $randName ?> = new SZN.LightBox(dataJakJsMod<?php echo $randName ?>, optgjaksMod<?php echo $randName ?>); </script><?php }