Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/news/modules/mod_sptab/tmpl/ |
Upload File : |
<?php /*--------------------------------------------------------------- # SP Tab - Next generation tab module for joomla # --------------------------------------------------------------- # Author - JoomShaper http://www.joomshaper.com # Copyright (C) 2010 - 2011 JoomShaper.com. All Rights Reserved. # license - PHP files are licensed under GNU/GPL V2 # license - CSS - JS - IMAGE files are Copyrighted material # Websites: http://www.joomshaper.com - http://www.joomxpert.com -----------------------------------------------------------------*/ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <script type="text/javascript"> window.addEvent('domready',function(){ var spTab<?php echo $uniqid ?> = new sptabs($('sptab<?php echo $uniqid ?>'), { animation : <?php echo "'" . $animation . "'" ?>, btnPos: <?php echo "'" . $btnPos . "'" ?>, activator: <?php echo "'" . $activator . "'" ?>, transition: <?php echo 'Fx.Transitions.' . $transition ?>, fxduration: <?php echo $fxspeed ?>, autoHeight : <?php echo $body_height ?>, fixedHeight: <?php echo $fixed_height ?> }); }); </script> <div class="<?php echo $color ?>" id="sptab<?php echo $uniqid ?>"> <?php foreach ($list as $item) : ?> <div style="display:none"> <div class="tab-padding"> <h2 style="display:none" class="title"><?php echo $item->title; ?></h2> <?php echo $item->content; ?> <div style="clear:both"></div> </div> </div> <?php endforeach; ?> </div>