rename projects to collections

This commit is contained in:
bsod 2020-10-30 00:17:50 +01:00
parent 5f2c3778c1
commit 15ab529f0a
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>