diff options
Diffstat (limited to '')
-rw-r--r-- | template/cclear/header.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/cclear/header.tpl b/template/cclear/header.tpl index fc991fb41..f89d405cb 100644 --- a/template/cclear/header.tpl +++ b/template/cclear/header.tpl @@ -21,5 +21,10 @@ <script type="text/javascript" src="include/scripts.js"></script> </head> -<body> +<body id="{BODY_ID}"> <div id="the_page"> + +<div id="theHeader"> + <h1>{GALLERY_TITLE}</h1> + <p>{GALLERY_DESCRIPTION}</p> +</div> |