diff options
Diffstat (limited to 'templates/core/page')
-rw-r--r-- | templates/core/page | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/core/page b/templates/core/page index 896f372..09299f7 100644 --- a/templates/core/page +++ b/templates/core/page @@ -7,7 +7,9 @@ </head> <body> <!--HEADER--> - <!--CORE/CONTENT--> + <div class='content'> + <!--CORE/CONTENT--> + </div> <!--FOOTER--> </body> </html> |