61
Joomsites / Re:Sito Dj Revolution con Joomla
« il: 16 Mar 2011, 16:43:44 »
Enter website dovrebbe restare nella stessa finestra, almeno a mio gusto.
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
<?php if ($type == 'logout') : ?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" name="form-login" id="login-form">
<?php if ($params->get('greeting')) : ?>
<?php echo JHtml::_('form.token'); ?> <---- QUESTA E' LA PATCH!!!!
<div class="login-greeting">
<?php if($params->get('name') == 0) : {
echo JText::sprintf('MOD_LOGIN_HINAME', $user->get('name'));
} else : {
echo JText::sprintf('MOD_LOGIN_HINAME', $user->get('username'));
} endif; ?>
</div>
<?php endif; ?>
![]() |
|