thd/apps/frontend/modules/editor/templates/indexSuccess.php
author ymh <ymh.work@gmail.com>
Thu, 29 Sep 2011 11:24:52 +0200
changeset 49 63c25c8e2fc2
parent 35 94a1dc255022
permissions -rw-r--r--
add project file

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