Topic: pnWikka, Bottom links in history page
leobago

Noob
Noob
Posts: 2

Posted:
Oct 18, 2007

I think we must to add the folloing lines at end of function pnWikka_user_history in pnuser.php

Code
  1. function pnWikka_user_history($args)
  2. {
  3.                  ...
  4.     $pnRender->Assign('time',     $page['time']);
  5.     $pnRender->Assign('user',     $page['user']);
  6.     $pnRender->Assign('owner',    $page['owner']);
  7.  
  8.     return $pnRender->Fetch('pnwikka_user_history.tpl');
  9. }


Like this the links at bottom in the history page will work...

Bye ;)