Changeset 1851 for trunk/nbm.php


Ignore:
Timestamp:
Feb 22, 2007, 9:20:30 PM (17 years ago)
Author:
rub
Message:

o Proposition: improved display of 'x images in y sub-categories' or 'x images in this category' for cases when categories contain both images and sub-categories
o Good idea of this new way for way confguest_access, but I kept last implementation for access methods (Could be useful on future development)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nbm.php

    r1806 r1851  
    2828
    2929
     30//--------------------------------------------------------------------- include
    3031define('PHPWG_ROOT_PATH','./');
    3132include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
     33check_status(ACCESS_NONE);
    3234include_once(PHPWG_ROOT_PATH.'include/functions_notification.inc.php');
    3335include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
Note: See TracChangeset for help on using the changeset viewer.