diff options
Diffstat (limited to 'themes/xtemplate/xtemplate.xtmpl')
-rw-r--r-- | themes/xtemplate/xtemplate.xtmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl index f6dfbfcd6..287739d42 100644 --- a/themes/xtemplate/xtemplate.xtmpl +++ b/themes/xtemplate/xtemplate.xtmpl @@ -1,5 +1,4 @@ <!-- BEGIN: header --> -<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> @@ -86,9 +85,11 @@ <!-- BEGIN: footer --> </div><!-- main --> </td> + <!-- BEGIN: blocks --> <td valign="top" id="sidebar"> {blocks} </td> + <!-- END: blocks --> </tr> </table> |