mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
8 lines
295 B
Scheme
8 lines
295 B
Scheme
|
<div class="cms-content-view fill-height flexbox-display" data-pjax-fragment="Content-PageList">
|
||
|
<% if $ViewState == 'listview' %>
|
||
|
<% include SilverStripe\\CMS\\Controllers\\CMSMain_ListView %>
|
||
|
<% else %>
|
||
|
<% include SilverStripe\\CMS\\Controllers\\CMSMain_TreeView %>
|
||
|
<% end_if %>
|
||
|
</div>
|