Skip to content
Permalink
0c7261ca3d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
24 lines (20 sloc) 603 Bytes
<header>
<div class='header-content'>
<?php
if(isset($_GET['location']))
{
?>
<a href='index.php'><img src="../../images/logo2.jpg" class='logo' width='286px' height='100px' title='Online Movie Ticket Booking Site' /></a>
<!--<img src="images/steps.png" id="movielocation" class='steps'>-->
<?php
}
else
{
?>
<a href='index.php'><img src="images/logo2.jpg" class='logo' width='286px' height='100px' title='Online Movie Ticket Booking Site' /></a>
<!--<img src="images/steps.png" id="movielocation" class='steps'>-->
<?php
}
?>
</div>
</header>