コード例 #1
0
ファイル: details.php プロジェクト: naka211/studiekorrektur
	    </div>
	    <div class="clear"></div>
	</div>
<?php 
    }
    ?>
<div class='spaceStyle'>
	<?php 
    echo $this->loadTemplate('order');
    ?>
	</div>

	<div class='spaceStyle'>
	<?php 
    $tabarray = array();
    $tabarray['items'] = 'COM_VIRTUEMART_ORDER_ITEM';
    $tabarray['history'] = 'COM_VIRTUEMART_ORDER_HISTORY';
    shopFunctionsF::buildTabs($this, $tabarray);
    ?>
	 </div>
	    <br clear="all"/><br/>
	<?php 
}
?>