thd/apps/frontend/modules/editor/templates/indexSuccess.php
author wakimd
Tue, 24 Aug 2010 18:03:30 +0200
changeset 44 76b5264de710
parent 35 94a1dc255022
permissions -rw-r--r--
Added a line

<div id="global">
	<?php include_partial('partials/navigation')?>
	<div id="document-sidebar">
		<?php include_component( "editor", "leftPanel" ) ?>
	</div>
	<div id="document">
		<?php include_component( "editor", "player" ) ?>	
	</div>
</div>