0 Membros e 2 Visitantes estão a ver este tópico.
// Show the [home] button. echo '<a href="', $scripturl, '?action=home"><img src="', $settings['images_url'], '/buton/forumz.gif"></a>'; // Show the [help] button. echo '<a href="', $scripturl, '?action=help""><img src="' . $settings['images_url'] . '/buton/Ajudaz.gif"></A>'; // How about the [search] button? if ($context['allow_search']) echo '<a href="', $scripturl, '?action=search"><img src="', $settings['images_url'], '/buton/pesquisarmz.gif"></a>'; // Is the user allowed to administrate at all? ([admin]) if ($context['allow_admin']) echo '<a href="', $scripturl, '?action=admin"><img src="', $settings['images_url'], '/buton/admin2.gif"></a>'; // Edit Profile... [profile] if ($context['allow_edit_profile']) echo '<a href="', $scripturl, '?action=usercp"><img src="', $settings['images_url'], '/buton/profil2.gif"></a>'; // Go to PM center... [pm] by rallyproco if ($context['user']['is_logged'] && $context['allow_pm'])echo '<a href="', $scripturl, '?action=pm"><IMG id="mensagz" src="', $settings['images_url'], '/buton/mensagz.gif" ></a>'; // Radio if ($context['user']['is_logged']) echo '<a href="', $scripturl, '?action=radio"><img id="rfm"src="', $settings['images_url'], '/buton/rfm.gif"></a>'; // The [calendar]! if ($context['allow_calendar'])echo '<a href="', $scripturl, '?action=calendar"><img src="', $settings['images_url'], '/buton/Calendarz.gif"></a>'; // Show the [Gallery] button if ($context['user']['is_logged']) echo '<a href="http://www.joomlamz.com/forum/galeria/"><img src="', $settings['images_url'], '/buton/galerivr8.gif"></a>'; // FlashChat! global $modSettings; if ($context['user']['is_logged'])echo'<a href="', $scripturl, '?action=chat"><img src="', $settings['images_url'], '/buton/chatmz.gif"></a>'; // TV if ($context['user']['is_logged'])echo'<a href="', $scripturl, '?action=tv"><IMG id="tvmz" src="', $settings['images_url'], '/buton/tvmz.gif"></a>'; // the [member] list button if ($context['allow_admin'])echo '<a href="', $scripturl, '?action=mlist"><img src="', $settings['images_url'], '/buton/membroz.gif"></a>'; // MSN colatesi_v3 = iMoTeP_1 Translate Candidosa2 if ($context['allow_memberlist']) echo '<a href="', $scripturl, '?action=msn"><img src="', $settings['images_url'], '/buton/msn.gif"></a>'; // If the user is a guest, show [login] button. if ($context['user']['is_guest']) echo '<a href="', $scripturl, '?action=login"><img src="', $settings['images_url'], '/buton/Entrarz.gif"></a>'; // If the user is a guest, also show [register] button. if ($context['user']['is_guest'])echo '<a href="', $scripturl, '?action=register"><img src="', $settings['images_url'], '/buton/Registarz.gif"></a>'; // Otherwise, they might want to [logout]... if ($context['user']['is_logged']) echo '<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '"><img src="', $settings['images_url'], '/buton/Sairz.gif"></a>';