From c55dbbc995e152af3f2c88662101b0643d2e171a Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 May 2008 22:38:14 +0000 Subject: Removed file/folder git-svn-id: http://piwigo.org/svn/trunk@2358 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../language_switch/language_switch.inc.php | 92 ---------------------- 1 file changed, 92 deletions(-) delete mode 100644 BSF/plugins/language_switch/language_switch.inc.php (limited to 'BSF/plugins/language_switch/language_switch.inc.php') diff --git a/BSF/plugins/language_switch/language_switch.inc.php b/BSF/plugins/language_switch/language_switch.inc.php deleted file mode 100644 index baaa0375a..000000000 --- a/BSF/plugins/language_switch/language_switch.inc.php +++ /dev/null @@ -1,92 +0,0 @@ - $displayname ) - { - $qlc_url = add_url_params( make_index_url(), array( 'lang' => $code ) ); - $qlc_alt = ucwords( $displayname ); - $qlc_title = $qlc_alt; - $qlc_img = 'plugins/language_switch/icons/' - . $code . '.gif'; - - if ( $code !== $user['language'] and file_exists(PHPWG_ROOT_PATH.$qlc_img) ) - { - $template->concat( 'PLUGIN_INDEX_ACTIONS', - '
  • '
-        . $qlc_alt . '
  • '); - } - } -} -?> \ No newline at end of file -- cgit v1.2.3