mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
More more of the page to replacable includes.
This commit is contained in:
parent
be9eef83b4
commit
93dc64c480
@ -1,13 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<% include DocumentationHead %>
|
||||||
<% base_tag %>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title><% if Title %>$Title – <% end_if %>$DocumentationTitle</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div id="layout" class="clearfix">
|
<div id="layout" class="clearfix">
|
||||||
<% include DocumentationSidebar %>
|
<% include DocumentationSidebar %>
|
||||||
@ -32,5 +27,6 @@
|
|||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</body>
|
|
||||||
|
<% include DocumentationEnd %>
|
||||||
</html>
|
</html>
|
||||||
|
1
templates/Includes/DocumentationEnd.ss
Normal file
1
templates/Includes/DocumentationEnd.ss
Normal file
@ -0,0 +1 @@
|
|||||||
|
</body>
|
9
templates/Includes/DocumentationHead.ss
Normal file
9
templates/Includes/DocumentationHead.ss
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<head>
|
||||||
|
<% base_tag %>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title><% if Title %>$Title – <% end_if %>$DocumentationTitle</title>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
Loading…
x
Reference in New Issue
Block a user