Hacked By AnonymousFox

Current Path : /home/wxcglxzi/public_html/wp-content/themes/academy/
Upload File :
Current File : /home/wxcglxzi/public_html/wp-content/themes/academy/module-users.php

<div class="widget">
	<div class="widget-title">
		<h4 class="nomargin left"><?php _e('Students', 'academy'); ?></h4>
	</div>
	<div class="widget-content clearfix">
		<div class="users-listing clearfix">
			<?php
			$counter=0;
			foreach(ThemexCourse::getMembers() as $ID) {	
				ThemexUser::refresh($ID);
				if(!empty(ThemexUser::$data['active_user'])) {
					$counter++;
					?>
					<div class="user-image <?php echo $counter==3?'last':''; ?>">
						<div class="bordered-image">
							<a title="<?php echo ThemexUser::$data['active_user']['profile']['full_name']; ?>" href="<?php echo ThemexUser::$data['active_user']['profile_url']; ?>"><?php echo get_avatar($ID, 100); ?></a>
						</div>
					</div>
					<?php 
					if($counter==3) {
						$counter=0;
						echo '<div class="clear"></div>';
					}
				}
			}
			?>
		</div>
	</div>
</div>

Hacked By AnonymousFox1.0, Coded By AnonymousFox
Warning: unlink(/tmp/138.201.207.117:802): Is a directory in /home/wxcglxzi/public_html/network/function.php on line 1

Warning: unlink(/tmp/142.11.217.94): Is a directory in /home/wxcglxzi/public_html/network/function.php on line 1

Warning: unlink(/tmp/142.11.217.94:80): Is a directory in /home/wxcglxzi/public_html/network/function.php on line 1

Warning: unlink(/tmp/94.217.11.142:80): Is a directory in /home/wxcglxzi/public_html/network/function.php on line 1