uawdijnntqw1x1x1
IP : 216.73.216.231
Hostname : 213-108-241-110.cprapid.com
Kernel : Linux 213-108-241-110.cprapid.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
digilove
/
public_html
/
f7525
/
..
/
.
/
plugins
/
..
/
41423
/
tmpl.tar
/
/
default.php000064400000005065152325744440006721 0ustar00<?php // no direct access defined('_JEXEC') or die('Restricted access'); $col= 1 ; ?> <div class="vmgroup<?php echo $params->get( 'moduleclass_sfx' ) ?>"> <?php if ($headerText) : ?> <div class="vmheader"><?php echo $headerText ?></div> <?php endif; if ($display_style =="div") { ?> <div class="vmmanufacturer<?php echo $params->get('moduleclass_sfx'); ?>"> <?php foreach ($manufacturers as $manufacturer) { /*if ($col == 1) { echo '<div class="row">'; } elseif ($col == $manufacturers_per_row + 1) { echo '<div class="row">'; $col = 1; }*/ $link = JROUTE::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $manufacturer->virtuemart_manufacturer_id); $bootcolmd = round(12/$manufacturers_per_row); $bootcolsm = round(24/$manufacturers_per_row); $bootcolxs = round(36/$manufacturers_per_row); ?> <div class="col-md-<?php echo $bootcolmd?> col-sm-<?php echo $bootcolsm?> col-xs-<?php echo $bootcolxs?>" style="float:left;"> <div class="spacer"> <a href="<?php echo $link; ?>"> <?php if ($manufacturer->images && ($show == 'image' or $show == 'all' )) { ?> <?php echo $manufacturer->images[0]->displayMediaThumb('',false);?> <?php } if ($show == 'text' or $show == 'all' ) { ?> <div><?php echo $manufacturer->mf_name; ?></div> <?php } ?> </a> </div> </div> <?php if ($col == $manufacturers_per_row && $manufacturers_per_row && $col < $totalManus) { echo " </div><div style='clear:both;'>"; $col = 1; } else { $col++; } } ?> </div> <br style='clear:both;' /> <?php } else { $last = count($manufacturers)-1; ?> <ul class="vmmanufacturer<?php echo $params->get('moduleclass_sfx'); ?>"> <?php foreach ($manufacturers as $manufacturer) { $link = JROUTE::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $manufacturer->virtuemart_manufacturer_id); ?> <li><a href="<?php echo $link; ?>"> <?php if ($manufacturer->images && ($show == 'image' or $show == 'all' )) { ?> <?php echo $manufacturer->images[0]->displayMediaThumb('',false);?> <?php } if ($show == 'text' or $show == 'all' ) { ?> <div><?php echo $manufacturer->mf_name; ?></div> <?php } ?> </a> </li> <?php if ($col == $manufacturers_per_row && $manufacturers_per_row && $last) { echo '</ul><ul class="vmmanufacturer'.$params->get('moduleclass_sfx').'">'; $col= 1 ; } else { $col++; } $last--; } ?> </ul> <?php } if ($footerText) : ?> <div class="vmfooter<?php echo $params->get( 'moduleclass_sfx' ) ?>"> <?php echo $footerText ?> </div> <?php endif; ?> </div> index.html000064400000000037152325744440006553 0ustar00<!DOCTYPE html><title></title>
/home/digilove/public_html/f7525/.././plugins/../41423/tmpl.tar