Closed (duplicate)
Project:
Panels
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 May 2007 at 10:15 UTC
Updated:
9 May 2008 at 13:42 UTC
Here's a small snippet for node.inc to show the localized node:
if (module_exists("localizer")) {
$node = localizernode_get_localizednode($conf['nid'], localizer_get_uilocale());
}
else
$node = node_load($conf['nid']);
Comments
Comment #1
catchhttp://drupal.org/node/121921
Comment #2
sponnet commentedHere is a snippet that works with version 1.1
Stefaan Ponnet
www.fusebox.be