- Code: Select all
$wordings['enUS']['update_instructgp']='
Now that i have done this it does not show up on the page, So i need to know where else are these wording are declared so I can go add it to the appropriate files.
Thanks
$wordings['enUS']['update_instructgp']='
$wordings['enUS']['update_instructgp']='This is the instruction....';
echo "Here comes the var: ".$wordings[$roster_conf['roster_lang']]['update_instructgp']
// Print the update instructions
if( $roster_conf['index_update_inst'] )
{
print '<hr />
<div align="left" style="font-size:12px;">
<a name="update"></a>';
echo $wordings[$roster_conf['roster_lang']]['update_instruct'];
if ($roster_conf['pvp_log_allow'] == 1)
echo $wordings[$roster_conf['roster_lang']]['update_instructpvp'];
print '</div>';
}
// Print the update instructions
if( $roster_conf['index_update_inst'] )
{
print '<hr />
<div align="left" style="font-size:12px;">
<a name="update"></a>';
echo $wordings[$roster_conf['roster_lang']]['update_instruct'];
if ($roster_conf['pvp_log_allow'] == 1)
echo $wordings[$roster_conf['roster_lang']]['update_instructpvp'];
echo $wordings[$roster_conf['roster_lang']]['update_instructgp'];
print '</div>';
}
Users browsing this forum: No registered users and 0 guests