Ignore:
Timestamp:
Nov 19, 2007, 8:51:54 PM (16 years ago)
Author:
vdigital
Message:

Minor code review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/language_switch/main.inc.php

    r2161 r2162  
    22Plugin Name: Language Switch
    33Version: 1.0
    4 Description: Give you an advice on the administration page.
     4Description: Switch to another language from flags on your gallery home page.
    55Plugin URI: http://www.phpwebgallery.net
    66Author: PhpWebGallery team
     
    3131// | USA.                                                                  |
    3232// +-----------------------------------------------------------------------+
     33include_once(PHPWG_PLUGINS_PATH.'language_switch/language_switch.inc.php');
    3334add_event_handler('loading_lang', 'language_switch' );
    34 include_once(PHPWG_PLUGINS_PATH.'language_switch/language_switch.inc.php');
    3535add_event_handler('loc_end_index', 'Lang_flags' );
    3636?>
Note: See TracChangeset for help on using the changeset viewer.