All
I was wondering if anyone had any of the Deathknight Image packs available, especially for the Round Sig and Avatars ?
Many Thanks
Moderator: zanix
function getEnglishValue( $keyword , $locale=null )
{
global $roster;
if( is_null($locale) )
{
$locale = $roster->config['locale'];
}
if( isset($roster->locale->wordings[$locale]['translate'][$keyword]) )
{
return $roster->locale->wordings[$locale]['translate'][$keyword];
}
else
{
foreach( $roster->multilanguages as $lang )
{
if( isset($roster->locale->wordings[$lang][$keyword]) )
{
return $roster->locale->wordings[$lang][$keyword];
}
}
}
}
if( !empty($sig_race) && !empty($sig_gender) && !empty($sig_class) )
{
$im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'-'.strtolower(getEnglishValue($sig_class,$sig_char_locale)).$char_ext;
} // Set default character image
else
{
$im_user_file = $configData['image_dir'].$configData['char_dir'].$configData['charlogo_default_image'];
}
strtolower(getEnglishValue($sig_class,$sig_char_locale))
str_replace(' ','',$sig_classEn)
Users browsing this forum: No registered users and 1 guest