Ehm, of course I had to forget something.

I placed all the blocks left, regardless if their region was left or right, what I did was this:
theme_blocks("all", $this);
in my left <TD>.

Now I changed it to
theme_block("left", $this);
in the left <TD> and
theme_blocks("right", $this);
in the right. If everything was this easy.

OK, really, this theme is NS4.7 NS4.76 mozilla (but mozilla 0.8 cuz he's buggy as hell with the BACKGROUNDS in TDs) and IE comliant or compatible, whatever it's being called.

Jeroen. -- Happy.
3-00
Jeroen Bensch 2001-02-27 16:55:37 +00:00
parent 8315663966
commit 40ddbc95f7
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ PHP?>
<TD VALIGN="top" ALIGN="right">
<?PHP
theme_blocks("all", $this);
theme_blocks("left", $this);
PHP?>
@ -382,6 +382,7 @@ PHP?>
global $PHP_SELF;
theme_account($this);
theme_blocks("right", $this);
PHP?>