コード例 #1
0
ファイル: stats.php プロジェクト: bizanto/Hooked
</td>
	</tr>
	</table>
<?php 
echo $joomlaWatchHTML->renderVisitsGraph($week);
?>
<tr><td colspan='4'>

<table width='100%'>
	<tr>
	<td align='center' class='<?php 
echo $joomlaWatchHTML->renderTabClass("0", @$_GET['tab']);
?>
'>
	<?php 
echo $joomlaWatchHTML->renderSwitched("0", _JW_STATS_DAILY, @$_GET['tab']);
?>
	</td>
	<td align='center' class='<?php 
echo $joomlaWatchHTML->renderTabClass("1", @$_GET['tab']);
?>
'> 
	<?php 
echo $joomlaWatchHTML->renderSwitched("1", _JW_STATS_ALL_TIME, @$_GET['tab']);
?>
	</td>
	<td align='center' class='tab_none'> 
	</td>
	</tr>
</table>