コード例 #1
0
	<input type="hidden" name="return_v" id="return_v" value="templates" />
    <input type="hidden" name="filter_order" value="<?php 
echo $listOrder;
?>
" />
    <input type="hidden" name="filter_order_Dir" value="<?php 
echo $listDir;
?>
" />
	<?php 
echo JHtml::_('form.token');
?>
</div>

<?php 
Helper_Include::addStyleDeclaration(implode('', $css));
Helper_Display::quickCopyright();
?>
</div>
</form>

<script type="text/javascript">
(function ($){
	Joomla.orderTable = function()
	{
		table = document.getElementById("sortTable");
		direction = document.getElementById("directionTable");
		order = table.options[table.selectedIndex].value;
		if (order != '<?php 
echo $listOrder;
?>