Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php } ?> <?php if (!empty($this->products)) { //revert of the fallback in the v..

Decoded Output download

<?php } ?> 
 
	<?php 
	if (!empty($this->products)) { 
		//revert of the fallback in the view.html.php, will be removed vm3.2 
		if($this->fallback){ 
			$p = $this->products; 
			$this->products = array(); 
			$this->products[0] = $p; 
			vmdebug('Refallback'); 
		} 
 
	echo shopFunctionsF::renderVmSubLayout($this->productsLayout,array('products'=>$this->products,'currency'=>$this->currency,'products_per_row'=>$this->perRow,'showRating'=>$this->showRating)); 
 
	if(!empty($this->orderByList)) { ?> 
		<div class="vm-pagination vm-pagination-bottom"><?php echo $this->vmPagination->getPagesLinks (); ?><span class="vm-page-counter"><?php echo $this->vmPagination->getPagesCounter (); ?></span></div> 
	<?php } 
} elseif ($this->keyword !== false) { 
	echo vmText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : (' . $this->keyword . ')' : ''); 
} 
?> 
</div>

Did this file decode correctly?

Original Code

<?php } ?>

	<?php
	if (!empty($this->products)) {
		//revert of the fallback in the view.html.php, will be removed vm3.2
		if($this->fallback){
			$p = $this->products;
			$this->products = array();
			$this->products[0] = $p;
			vmdebug('Refallback');
		}

	echo shopFunctionsF::renderVmSubLayout($this->productsLayout,array('products'=>$this->products,'currency'=>$this->currency,'products_per_row'=>$this->perRow,'showRating'=>$this->showRating));

	if(!empty($this->orderByList)) { ?>
		<div class="vm-pagination vm-pagination-bottom"><?php echo $this->vmPagination->getPagesLinks (); ?><span class="vm-page-counter"><?php echo $this->vmPagination->getPagesCounter (); ?></span></div>
	<?php }
} elseif ($this->keyword !== false) {
	echo vmText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : (' . $this->keyword . ')' : '');
}
?>
</div>

Function Calls

None

Variables

None

Stats

MD5 0c1ae41a18ef96ced6e071fbb5cbdb2c
Eval Count 0
Decode Time 40 ms