Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1. <?php // no direct access
  2. defined('_JEXEC') or die('Restricted access');
  3.  
  4. if ($phocagallery_module_width !='') {
  5.     $pgWidth ='width:'.$phocagallery_module_width.'px;';
  6. } else {
  7.     $pgWidth = '';
  8. }
  9.  
  10.  
  11. ?>
  12. <div id ="phocagallery-module-ri" style="text-align:center;<?php echo $pgWidth;?>">
  13.  
  14.  
  15. <center><?php
  16. foreach ($output as $value) {
  17.     echo $value."<br />";
  18. }
  19. ?></center>
  20.  
  21.  
  22. </div>
  23. <div style="clear:both"></div><?php
  24. if ($tmpl['detailwindow'] == 6) {
  25.     ?><script type="text/javascript">
  26.     var gjaksMod<?php echo $randName ?> = new SZN.LightBox(dataJakJsMod<?php echo $randName ?>, optgjaksMod<?php echo $randName ?>);
  27.     </script><?php
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement