Skip to content

Instantly share code, notes, and snippets.

@Crizz0
Created April 16, 2014 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Crizz0/10928090 to your computer and use it in GitHub Desktop.
Save Crizz0/10928090 to your computer and use it in GitHub Desktop.
public function base()
{
// Adding links to the breadcrumbs
$this->template->assign_block_vars('navlinks', array(
'FORUM_NAME' => $this->user->lang['IMPRINT'],
'U_VIEW_FORUM' => append_sid('imprint.' . $this->php_ext)));
return $this->helper->render('imprint.html', $this->user->lang('IMPRINT'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment