Skip to content
Snippets Groups Projects
Commit 40ddbc95 authored by Jeroen's avatar Jeroen
Browse files

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.
parent 83156639
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -65,7 +65,7 @@ function header() {
<TD VALIGN="top" ALIGN="right">
<?PHP
theme_blocks("all", $this);
theme_blocks("left", $this);
PHP?>
......@@ -382,6 +382,7 @@ function footer() {
global $PHP_SELF;
theme_account($this);
theme_blocks("right", $this);
PHP?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment