add contact and home links, <br /> after search
This commit is contained in:
parent
90afdf8d2b
commit
99f0fda911
|
@ -26,7 +26,7 @@
|
|||
</form>
|
||||
|
||||
<ul id="navMenu">
|
||||
<li><a href=""><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||
<li><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||
{% for m in menus %}
|
||||
<li><a href="">{{ m.name }}</a>
|
||||
<ul>
|
||||
|
@ -83,7 +83,7 @@
|
|||
<li><a href="/accounts/register">Register</a></li>
|
||||
{% endif %}
|
||||
|
||||
<li><a href="">Contact Us</a></li>
|
||||
<li><a href="/contact">Contact Us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -139,4 +139,4 @@
|
|||
<p id="copyright">© 2011 India Theatre Forum. All Rights Reserved.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<option value="title">Title</option>
|
||||
<option value="mostpopular">Most popular</option>
|
||||
-->
|
||||
</select>
|
||||
</select><br />
|
||||
|
||||
<input id="page_no" name="page_no" type="hidden" value="1" />
|
||||
<input id="object_id" name="object_id" type="hidden" value="" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user