Example #1
0
		<?php 
}
?>

	<div class="clearBoth"></div>
	<div class="aligncenter">
		<?php 
if ($_GET['p'] > 1) {
    ?>
			<div class="button"><a href="?p=<?php 
    echo $_GET['p'] - 1;
    ?>
"><?php 
    echo kTranslate('Pagina precedente');
    ?>
</a></div>
		<?php 
}
?>
		
		<div class="button"><a href="?p=<?php 
echo $_GET['p'] + 1;
?>
"><?php 
echo kTranslate('Pagina successiva');
?>
</a></div>
		
	</div>
</div>
Example #2
0
    if (kGetNewsSubtitle() != "") {
        ?>
<h3><?php 
        echo kGetNewsSubtitle();
        ?>
</h3><?php 
    }
    ?>
						<?php 
    echo kGetNewsPreview();
    ?>
					</div>
				</div>
			<div class="clearBoth"></div>
			</div>
		</a>
		<?php 
}
?>

	<div class="aligncenter">
		<div class="button"><a href="<?php 
echo kGetNewsDir();
?>
"><?php 
echo kTranslate('Tutti i post');
?>
</a></div>
	</div>
</div>
Example #3
0
<img src="<?php 
    echo kGetTemplateDir();
    ?>
img/logo.png" alt="<?php 
    echo kGetSiteName();
    ?>
"><?php 
} else {
    echo kGetSiteName();
}
?>
</a></h2>
			</div>
		</div>
	</div>
	<div class="clearBoth"></div>
	<div class="row">
		<div class="grid w12">
			<div class="navBar"><a href="#" class="openMenu"><?php 
echo kTranslate('Menu');
?>
</a><?php 
kPrintMenu(array('ref' => 0, 'recursive' => true, 'img' => false, 'collection' => ''));
?>
</div>
		</div>
	<div class="clearBoth"></div>
	</div>
</div>

<div id="contents">
Example #4
0
echo kTranslate('Scrivi il tuo nome');
?>
"><br>
		<input type="text" name="nl_email" placeholder="<?php 
echo kTranslate('Scrivi la tua e-mail');
?>
"><br>
		<input type="hidden" name="nl_code" value="<?php 
echo rand(1000, 9999) . $GLOBALS['loricaOptions'];
?>
">
		<div class="submit"><input type="submit" name="nl_submit" value="<?php 
echo kTranslate('Iscriviti');
?>
"></div>
	
		<div class="nl_loading"><?php 
echo kTranslate('...aspetta un attimo, ti sto iscrivendo...');
?>
</div>
		<div class="nl_success"><?php 
echo kTranslate('Iscritto con successo');
?>
</div>
		<div class="nl_fail"><?php 
echo kTranslate('Si sono verificati problemi durante l\'iscrizione, per favore riprova');
?>
</div>
	</form>
</div>
Example #5
0
    ?>
	<?php 
    if (isset($_POST['login_username']) && isset($_POST['login_password'])) {
        ?>
		<div class="alert"><?php 
        echo kTranslate('Username o password errati');
        ?>
</div>
		<?php 
    }
    ?>
	<form action="" method="post">
		<table style="margin:0 auto;">
		<tr>
		<td><label for="login_username"><?php 
    echo kTranslate('Username');
    ?>
</label></td><td><input type="text" id="login_username" name="login_username" /></td>
		<td><label for="login_password"><?php 
    echo kTranslate('Password');
    ?>
</label></td><td><input type="password" id="login_password" name="login_password" /></td>
		<td colspan="2" class="submit"><input type="submit" value="<?php 
    echo kTranslate('Accedi');
    ?>
" /></td>
		</tr>
		</table>
		</form>
	<?php 
}
Example #6
0
        ?>
</strong>
		<a href="<?php 
        echo kGetCurrentLanguageDir() . kGetShopDir();
        ?>
"><?php 
        echo kTranslate('guarda il nostro catalogo, abbiamo molte cose interessanti');
        ?>
</a>
		<?php 
    } else {
        ?>
		<?php 
        echo kTranslate('Hai ' . $count . ' oggett' . ($count == 1 ? 'o' : 'i') . ' nel carrello');
        ?>
,
		<?php 
        echo kTranslate('per un totale di ' . kGetShopCartItemsAmount() . ' ' . kGetShopCurrency("symbol"));
        ?>
,
		<br>
		<a href="<?php 
        echo kGetCurrentLanguageDir() . kGetShopDir() . '/' . kGetShopCartDir();
        ?>
"><?php 
        echo kTranslate('Vai al carrello');
        ?>
</a>
		<?php 
    }
}