Ignore:
Timestamp:
Jan 16, 2007, 11:23:05 PM (17 years ago)
Author:
rub
Message:

Very little/small corrections:

o bad parser word user on installation
o standardization of the method to open link in new tab/windows
o removed not used constant
o use/add link constants
o use new function pwg_URL
o add missing translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r1664 r1726  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
     
    2828// Default settings
    2929define('PHPWG_VERSION', 'Alligator');
    30 define('PHPWG_URL', 'http://www.phpwebgallery.net');
    31 define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
     30define('PHPWG_DOMAIN', 'phpwebgallery.net');
     31define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN);
    3232define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1');
    3333
Note: See TracChangeset for help on using the changeset viewer.