users
[ class tree: users ] [ index: users ] [ all elements ]

Source for file mod_since_last_visit.php

Documentation is available at mod_since_last_visit.php

  1. <?php
  2. /**
  3.  * $Header$
  4.  *
  5.  * Copyright (c) 2004 bitweaver.org
  6.  * Copyright (c) 2003 tikwiki.org
  7.  * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
  8.  * All Rights Reserved. See below for details and a complete list of authors.
  9.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
  10.  *
  11.  * $Id$
  12.  * @package users
  13.  * @subpackage modules
  14.  */
  15. if$gBitSystem->isPackageActive'bitforums' ) ) {
  16.     $nvi_info $gBitSystem->get_news_from_last_visit($user);
  17.     $_template->tpl_vars['nvi_info'new Smarty_variable$nvi_info);
  18. }
  19.  
  20. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:12 +0000 by phpDocumentor 1.5.0-lsces