diff options
Diffstat (limited to 'themes/yaroon')
-rw-r--r-- | themes/yaroon/yaroon.theme | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme index db2cebcbb..880dabad9 100644 --- a/themes/yaroon/yaroon.theme +++ b/themes/yaroon/yaroon.theme @@ -94,7 +94,7 @@ <?php - theme_account($this); + theme_account("all", $this); theme_blocks("all", $this); ?> @@ -192,7 +192,7 @@ } // close comment function - function box($subject, $content) { + function box($subject, $content, $region = "main") { switch (rand(0,7)) { case 0: $img = "square.gif"; break; @@ -205,8 +205,7 @@ default: $img = "square.gif"; } -?> - +?> <table width="90%" border="0" cellpadding="0" cellspacing="1"> <tr> <td class="box"><img src="themes/yaroon/images/square.gif" /> <b><?php echo $subject; ?></b></td> |