Ignore:
Timestamp:
Mar 15, 2010, 12:56:21 AM (14 years ago)
Author:
plg
Message:

feature 1505: when there is no photo yet in the gallery, displays a big and
obvious message, guiding to the Administration>Images>Add page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r5123 r5138  
    766766// where should the API add photos?
    767767$conf['upload_dir'] = PHPWG_ROOT_PATH.'upload';
     768
     769// where should the user be guided when there is no photo in his gallery yet?
     770$conf['no_photo_yet_url'] = 'admin.php?page=photos_add';
    768771?>
Note: See TracChangeset for help on using the changeset viewer.