Friday 11 November 2005 10:57:39 pm
Hi, I tried to include the basket toolbar in a specific subtree. I included the below code under <div class="toolbar-item {$placement}"> inside design/standard/templates/toolbar/full/basket.tpl. It works but the issue is that all others toolbar are moved to left side and I don't understand why. Help Help !!!!! Thanks Chris
{section show=or($show_subtree|count_chars()|eq(0),
fetch(content, node, hash( node_id, $module_result.node_id ) ).path_string|contains( concat( '/', $show_subtree, '/' ) ),
$requested_uri_string|begins_with( $show_subtree ))} {let parent_node=fetch( content, node, hash( node_id, $placement_node ) )}
|