Additional Info |
---|
Type
|
Package ID
islam2hamy:ListentoQuran
|
First Created
September 08, 2008, 05:12:06 PM
|
Last Updated
October 08, 2014, 03:09:26 AM
|
// If the user is a guest, show [login] button.
if ($context['user']['is_guest'])
echo ($current_action == 'login' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'login' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=login">' , $txt[34] , '</a>
</td>' , $current_action == 'login' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
//Listen to Quran
echo ($current_action == 'quranonline' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'quranonline' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=quranonline">', $txt['quranonline_menu'], '</a>
</td>' , $current_action == 'quranonline' ? '<td class="maintab_active_' . $last . '"> </td>' : '';