thd/apps/frontend/modules/editor/templates/indexSuccess.php
author veltr
Wed, 03 Oct 2012 11:02:12 +0200
changeset 84 4ea086d67cb1
parent 35 94a1dc255022
permissions -rw-r--r--
Test avant merge

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