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