Commit 300036dd authored by John Punzalan's avatar John Punzalan

Update header translation

parent c2d09de9
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
<li> <li>
<?php <?php
if (!Mage::getSingleton('customer/session')->isLoggedIn()) { if (!Mage::getSingleton('customer/session')->isLoggedIn()) {
echo '<a href="' . "#" . '" class="js-authenticate">' . $this->__('Log in') . '</a>'; echo '<a href="' . "#" . '" class="js-authenticate">' . $this->__('Login') . '</a>';
} else { } else {
echo '<a href="' . Mage::helper('customer')->getLogoutUrl() . '">' . $this->__('Log out') . '</a>'; echo '<a href="' . Mage::helper('customer')->getLogoutUrl() . '">' . $this->__('Logout') . '</a>';
} }
?> ?>
</li> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment