thd/apps/frontend/modules/editor/templates/.svn/text-base/indexSuccess.php.svn-base
<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>