/ Published in: PHP
Drupal 5.
Simply print $uc_cart_shopping_block where ever you want.
Expand |
Embed | Plain Text
<?php function _phptemplate_variables($hook, $vars) { if ($hook == 'page') { $block = module_invoke('uc_cart', 'block', 'view', 0); $vars['uc_cart_shopping_block'] = $block['content']; } ?>
You need to login to post a comment.
