Your IP : 216.73.216.222


Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_fotostaff/
Upload File :
Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_fotostaff/helper.php

<?php
defined ( '_JEXEC' ) or die ( 'Restricted access' );

class modfotostaffHelper {
	public function getArticles($group1){
	echo "</div>";
	$i = mt_rand(1,$group1);
	echo "<div style=\"height:200px;\"><img src=\"images/stories/staff/$i.jpg\"></div>";
//	$number=mt_rand(1,50);
//	for($i=1;$i<11;$i++)
//		{
//		if (($number<51) && ($number % 10 == ($i-1))){echo "<div style=\"height:200px;\"><img src=\"images/stories/staff/$i.jpg\"></div>";}
//
//		}
//	if ($number==46){echo "<div style=\"height:200px;\"><img src=\"images/stories/staff/10.jpg\" width=\"168\" height=\"200\"></div>";}
//	if ($number==47){echo "<div style=\"height:200px;\"><img src=\"images/stories/staff/11.jpg\" width=\"168\" height=\"200\"></div>";}
	}

}
?>