Closed (cannot reproduce)
Project:
Drupal core
Version:
6.17
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2010 at 13:30 UTC
Updated:
25 May 2012 at 23:15 UTC
Hi I have implemented regions in nodes (D6.17), all works fine but the order of the blocks displayed in one region is inverse to what they are in the build/block/list page. Does anyone konw how to fix this ?
I use this to enable the regions in my template.php
// enable regions in node.tpl.php
function netmx_preprocess_node(&$variables, $hook) {
$variables['teaser'] = theme('blocks', 'teaser');
}
Thanx
Comments
Comment #1
mdupontLooks like a CSS issue