1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<table id="Tableau_01" width="950" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="10">
<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_01.jpg', 'Accueil') . '</a>'; ?>
</td>
</tr>
<tr>
<td colspan="5">
<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_02.jpg', 'Accueil') . '</a>'; ?>
</td>
<td colspan="4">
<?php echo '<a href="' . tep_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . tep_image(DIR_WS_IMAGES . 'fin_03.jpg', 'Voir tous les cadoX') . '</a>'; ?>
</td>
<td>
<img src="images/fin_04.jpg" width="30" height="26" alt="">
</td>
</tr>
<tr>
<td colspan="2">
<?php if (tep_session_is_registered('customer_id')) {
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_05.jpg', 'Accueil') . '</a>';
}
else
{
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_05.jpg', 'Accueil') . '</a>';
}
?>
</td>
<td>
<?php if (tep_session_is_registered('customer_id')) {
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_06.jpg', 'Accueil') . '</a>';
}
else
{
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_06.jpg', 'Accueil') . '</a>';
}
?>
</td>
<td>
<?php if (tep_session_is_registered('customer_id')) {
echo '<a href="' . tep_href_link(FILENAME_ACCOUNT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_07.jpg', 'Voir mon profil') . '</a>';
}
else
{
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_07.jpg', 'Accueil') . '</a>';
}
?>
</td>
<td colspan="2">
<?php if (tep_session_is_registered('customer_id')) {
echo '<a href="' . tep_href_link(FILENAME_POINTS) . '">' . tep_image(DIR_WS_IMAGES . 'fin_08.jpg', 'Acheter des points') . '</a>';
}
else
{
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_08.jpg', 'Accueil') . '</a>';
}
?>
</td>
<td>
<?php if (tep_session_is_registered('customer_id')) {
echo '<a href="' . tep_href_link(FILENAME_PUBLICITE) . '">' . tep_image(DIR_WS_IMAGES . 'fin_09.jpg', 'Gagner des points') . '</a>';
}
else
{
echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_09.jpg', 'Accueil') . '</a>';
}
?>
</td>
<td colspan="3">
<?php if (tep_session_is_registered('customer_id')) {
echo tep_image(DIR_WS_IMAGES . 'fin_10.jpg', 'Accueil');
}
else
{
echo tep_image(DIR_WS_IMAGES . 'fin_10.jpg', 'Accueil');
}
?>
</td>
</tr>
<tr>
<td colspan="10" style="background-image:url(images/fin_11.jpg);" height="29" width="950">
<?php if (tep_session_is_registered('customer_id')) { ?><div align=right><b><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a> </b></div>
<?php
}
else
{
?>
<div align=right><b><a href="<?php echo tep_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a> </b></div>
<?php
}
?>
</td>
</tr> |
Partager