mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
b530838b4c
BUGFIX: Allow creation of sites and templates withou a starting template FEATURE: Allow Theme dropdown in subsite admin to choose the theme from available themes
12 lines
255 B
Scheme
12 lines
255 B
Scheme
<ul id="MainMenu">
|
|
<% control MainMenu %>
|
|
<li class="$LinkingMode" id="Menu-$Code"><a href="$Link">$Title</a></li>
|
|
<% end_control %>
|
|
</ul>
|
|
<form id="SubsiteActions">
|
|
<fieldset>
|
|
$SubsiteList
|
|
<span>$ApplicationLogoText</span>
|
|
</fieldset>
|
|
</form>
|