thd/apps/frontend/modules/editor/templates/indexSuccess.php
author Julien Rougeron <julien.rougeron@iri.centrepompidou.fr>
Wed, 05 Sep 2012 12:03:20 +0200
changeset 71 5e66ed461aed
parent 35 94a1dc255022
permissions -rw-r--r--
another 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>