示例#1
0
    if (JPluginHelper::isEnabled('system', 'remember')) {
        ?>
							<?php 
        echo JText::_('COM_KUNENA_LOGIN_REMEMBER_ME');
        ?>
							<input type="checkbox" name="remember" alt="" value="yes" />
							<?php 
    }
    ?>
</label>
						</span>
					</div>
					<div class="klink-block">
						<span class="kprofilebox-pass">
							<?php 
    echo CKunenaLogin::getLostPasswordLink();
    ?>
						</span>
						<span class="kprofilebox-user">
							<?php 
    echo CKunenaLogin::getLostUserLink();
    ?>
						</span>
						<?php 
    $registration = CKunenaLogin::getRegisterLink();
    if ($registration) {
        ?>
						<span class="kprofilebox-register">
							<?php 
        echo $registration;
        ?>