$displayname )
{
$qlc_url = add_url_params( make_index_url(), array( 'lang' => $code ) );
$qlc_alt = ucwords( $displayname );
$qlc_title = $qlc_alt;
$qlc_img = PHPWG_PLUGINS_PATH.'language_switch/icons/'
. $code . '.gif';
// echo $code . ' '. $qlc_url .' //
';
// echo $user['language'] . ' '. $qlc_img .' ///
';
if ( $code !== $user['language'] and file_exists($qlc_img) )
{
$template -> concat_var( 'PLUGIN_INDEX_ACTIONS',
'