brand should refer to index.php, not /; that assumes site is on root

This commit is contained in:
Ryan Walberg 2012-12-10 02:43:58 +00:00
parent 6c5ce31dcd
commit e3d02d1279

View file

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Gift Registry</a>
<a class="brand" href="index.php">Gift Registry</a>
<div id="main-menu" class="nav-collapse">
<ul id="main-menu-left" class="nav">
<li><a href="shoplist.php">My Shopping List</a></li>