diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index f5be8c15a..abc582278 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -64,7 +64,7 @@ --> </style> </head> - <body text="#000000" bgcolor="#ffffff" alink="#cccccc" link="#665566" vlink="#665566"> + <body text="#000000" bgcolor="#ffffff" alink="#cccccc" link="#665566" vlink="#665566"<?php print theme_onload_attribute(); ?>> <table border="0" cellpadding="8" cellspacing="0"> <tr> <td><a href="index.php"><img src="<?php print $this->path; ?>/images/logo.png" alt="" border="0" /></a></td> @@ -195,6 +195,7 @@ </td> </tr> </table> + <?php print theme_footer(); ?> </body> </html> <?php |