Advertisement
Guest User

Untitled

a guest
May 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {plugin module='blockcart' hook='rightColumn'}
  2.  
  3. <?php
  4. if (!defined('_PS_VERSION_'))
  5. exit;
  6. class BlockUserInfoOverride extends BlockUserInfo
  7. {
  8. public function hookDisplayNav($params)
  9. {
  10. return '<div class="header_user_info"><a>Test</a></div>';
  11. // return $this->display(__FILE__, 'nav.tpl');
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement