static #2
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<div class="col-img-desc">
|
||||
<div>
|
||||
<p>' . $c['name'] . '</p>
|
||||
<a href="show_gallery.php?id=' . $index .'" class="button button-accent button-small">Details</a>
|
||||
<a href="show_collection.php?id=' . $index .'" class="button button-accent button-small">Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -17,7 +17,7 @@
|
|||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="about.php">About</a></li>
|
||||
<li><a href="projects.php">Projects</a></li>
|
||||
<li><a href="collections.php">Collections</a></li>
|
||||
<li><a href="contacts.php">Contacts</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue