Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_widgetkit/layouts/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_widgetkit/layouts/dashboard.php

<div id="widgetkit" class="wrap">

	<?php JToolBarHelper::title('Widgetkit', 'widgetkit'); ?>

	<?php if ($this['check']->notices()): ?>
	<div id="wk-systemcheck">
		<strong>Critical Issues</strong>
		<ul>
			<?php foreach($this['check']->get_notices() as $notice): ?>
			<li class="<?php echo $notice['type']; ?>"><?php echo $notice['message']; ?></li>
			<?php endforeach; ?>
		</ul>
	</div>
	<?php endif; ?>
	
	<div class="dashboard">
		<ul id="tabs" data-wkversion="<?php echo $this->widgetkit["version"];?>">
			<?php $this['event']->trigger('dashboard'); ?>
		</ul>
	</div>

</div>