diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/example/example.theme | 7 | ||||
-rw-r--r-- | themes/marvin/marvin.theme | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index e78ce60d5..a1984fb4f 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -22,7 +22,7 @@ <TABLE BORDER="1"> <TR> <TD> - Logo? <!-- I left a TD to add a logo of some kind --> + <BIG><A HREF="index.php"><?php print variable_get(site_name, "drupal"); ?></A></BIG> </TD> <TD ALIGN="right" COLSPAN="2"> @@ -191,9 +191,8 @@ </TR> <TR> <TD ALIGN="center" COLSPAN="3"> -<?php - print theme_link(" | "); -?> + <P><?php print theme_link(" | "); ?></P> + <P><SMALL><?php print variable_get(theme_footer, ""); ?></SMALL></P> </TD> </TR> </TABLE> diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 05e761e59..4bab35078 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -145,7 +145,7 @@ <TR> <TD ALIGN="center" COLSPAN="3"> <?php - print "<SMALL>[ ". theme_link(" | ") ." ]</SMALL><P>\n"; + print "<P><SMALL>[ ". theme_link(" | ") ." ]</SMALL></P><P>". varaible_get(theme_footer, "") ."</P>\n"; ?> </TD> </TR> |