diff options
Diffstat (limited to 'doc-src/_layout.html')
-rw-r--r-- | doc-src/_layout.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html new file mode 100644 index 00000000..2e706ecd --- /dev/null +++ b/doc-src/_layout.html @@ -0,0 +1,16 @@ +<div class="yui-t2" id="doc3"> + <div style="" id="hd"> + $!head!$ + </div> + <div id="bd"> + <div id="yui-main"> + <div style="" class="yui-b">$!body!$</div> + </div> + <div style="" class="yui-b"> + <div>@!sidebar!@</div> + </div> + </div> + <div style="" id="ft"> + <p>@!copyright!@</p> + </div> +</div> |