-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenulateral.inc.php
42 lines (41 loc) · 1.6 KB
/
menulateral.inc.php
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
<?php if (realpath(__FILE__) === realpath($_SERVER['SCRIPT_FILENAME'])) header('Location: '.$urlHost.'/');
?>
<div class="menulateral clearfix">
<div class="tiralateral">
<nav>
<a href="/"><div class="mudarcor1 <?php echo $color; ?>" id="logo">
<img src="images/hearts2.png" width="100%" height="auto" />
</div></a>
<a href="assinar.php"><div class="mudarcor" id="assine">
<img src="images/star.png" width="55%" height="auto" /><br/>
ASSINE
</div></a>
<a href="inicio.php"><div class="mudarcor" id="inicio">
<img src="images/home.png" width="40%" height="auto" /><br/>
Início
</div></a>
<a href="meucasamento.php"><div class="mudarcor" id="meucasamento">
<img src="images/cake.png" width="40%" height="auto" /><br/>
Meu Casamento
</div></a>
<a href="presentes.php"><div class="mudarcor" id="presentes">
<img src="images/gift.png" width="40%" height="auto" /><br/>
Presentes
</div></a>
<a href="site.php"><div class="mudarcor" id="site">
<img src="images/site.png" width="50%" height="auto" /><br/>
Site
</div></a>
<a href="convidados.php"><div class="mudarcor" id="convidados">
<img src="images/guest.png" width="50%" height="auto" /><br/>
Convidados RSVP
</div></a>
</nav>
</div>
<!--
<div class="lateralprincipal">
<div class="lateralprincipaltopo">
</div>
</div>
-->
</div>