thd/apps/frontend/modules/editor/templates/indexSuccess.php
author sauretn
Fri, 04 Dec 2009 15:43:18 +0100
changeset 42 db08c0f0fa99
parent 35 94a1dc255022
permissions -rw-r--r--
Modif helloWorld Test

<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>