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

Source for file mod_comm_received_objects.php

Documentation is available at mod_comm_received_objects.php

  1. <?php
  2. /**
  3.  * Copyright (c) 2004 bitweaver.org
  4.  * Copyright (c) 2003 tikwiki.org
  5.  * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
  6.  * All Rights Reserved. See below for details and a complete list of authors.
  7.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
  8.  *
  9.  * @package wiki
  10.  * @subpackage modules
  11.  */
  12.  
  13. /**
  14.  * required setup
  15.  */
  16. require_onceWIKI_PKG_PATH.'BitPage.php' );
  17. $wikilib new WikiLib();
  18. $ranking $wikilib->list_received_pages(0-1$sort_mode 'title_asc''');
  19. $_template->tpl_vars['modReceivedPages'new Smarty_variable$ranking["cant"]);
  20. ?>

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