-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added logo button to all templates and fixed title clipping with logo…
… button
- Loading branch information
1 parent
c1445b3
commit de5b9b3
Showing
4 changed files
with
104 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<% include DocumentationHead %> | ||
|
||
<div id="masthead" <% if Versions %>class="has_versions"<% end_if %>> | ||
<div class="wrapper"> | ||
|
||
<div class="doc-breadcrumbs"> | ||
<p> | ||
<div class="menu-bar"> | ||
<a class="logo" href="https://docs.silverstripe.org/"></a> | ||
<a class="menu-toggle"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</a> | ||
</div> | ||
<a class="breadcrumb" href="$BaseHref">Documentation</a> | ||
<span>/</span> | ||
<a class="breadcrumb current">Index</a> | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="wrapper"> | ||
<div id="layout" class="clearfix"> | ||
|
||
$Layout | ||
|
||
<% include DocumentationFooter %> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<% include DocumentationGA %> | ||
<% include DocumentationEnd %> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<% include DocumentationHead %> | ||
|
||
<div id="masthead" <% if Versions %>class="has_versions"<% end_if %>> | ||
<div class="wrapper"> | ||
|
||
<div class="doc-breadcrumbs"> | ||
<p> | ||
<div class="menu-bar"> | ||
<a class="logo" href="https://docs.silverstripe.org/"></a> | ||
<a class="menu-toggle"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</a> | ||
</div> | ||
<a class="breadcrumb" href="$BaseHref">Documentation</a> | ||
<span>/</span> | ||
<a class="breadcrumb current">Search</a> | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="wrapper"> | ||
<div id="layout" class="clearfix"> | ||
|
||
$Layout | ||
|
||
<% include DocumentationFooter %> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<% include DocumentationGA %> | ||
<% include DocumentationEnd %> | ||
</html> |