thd/apps/frontend/modules/editor/templates/indexSuccess.php
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 11 May 2016 13:48:08 +0200
changeset 98 bb1d25d50d73
parent 35 94a1dc255022
permissions -rw-r--r--
Commentaire

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