mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
56a65ab20d
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@40223 467b73ca-7a2a-4603-9d3b-597d59a354a9
11 lines
297 B
Scheme
11 lines
297 B
Scheme
<div id="Logo" style="$LogoStyle">
|
|
<% if ApplicationLogoText %>
|
|
<a href="http://www.silverstripe.com/">$ApplicationLogoText</a><br />
|
|
<% end_if %>
|
|
</div>
|
|
<ul id="MainMenu">
|
|
<% control MainMenu %>
|
|
<li class="$LinkingMode" id="Menu-$Code"><a href="$Link">$Title</a></li>
|
|
<% end_control %>
|
|
</ul>
|