thd/apps/frontend/modules/editor/templates/.svn/text-base/indexSuccess.php.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 <div id="global">
       
     2 	<?php include_partial('partials/navigation')?>
       
     3 	<div id="document-sidebar">
       
     4 		<?php include_component( "editor", "leftPanel" ) ?>
       
     5 	</div>
       
     6 	<div id="document">
       
     7 		<?php include_component( "editor", "player" ) ?>	
       
     8 	</div>
       
     9 </div>