Viewing File: D:\INETPUB\VHOSTS\officespacebangalore.com\httpdocs\includes\site-header.php
<?php $pageTitle = $pageTitle ?? SITE_NAME; $flash=flashes(); ?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title><?=e($pageTitle)?> · <?=e(SITE_NAME)?></title>
<meta name="description" content="Premium property discovery, office spaces, commercial properties and real estate opportunities.">
<link rel="stylesheet" href="<?=url('assets/css/site.css')?>">
</head>
<body>
<header class="site-header" id="siteHeader">
<div class="topline"><div class="container topline-inner"><span>Premium property discovery</span><span><?=e(SITE_PHONE)?> · <?=e(SITE_EMAIL)?></span></div></div>
<div class="container nav-wrap">
<a class="brand" href="<?=url()?>"><span class="brand-mark">O</span><span>Office Space <span>Bangalore</span></span></a>
<nav class="desktop-nav">
<a href="<?=url('properties.php')?>">Properties</a>
<a href="<?=url('about.php')?>">About</a>
<a href="<?=url('contact.php')?>">Contact</a>
<a class="nav-cta" href="<?=url('contact.php?subject=List%20your%20property')?>">List your property <span>↗</span></a>
</nav>
<button class="menu-toggle" aria-label="Open menu" aria-expanded="false"><span></span><span></span></button>
</div>
<div class="mobile-nav"><a href="<?=url('properties.php')?>">Properties</a><a href="<?=url('about.php')?>">About</a><a href="<?=url('contact.php')?>">Contact</a><a href="<?=url('contact.php?subject=List%20your%20property')?>">List your property</a></div>
</header>
<?php if($flash): ?><div class="flash <?=e($flash[0])?>"><div class="container"><?=e($flash[1])?></div></div><?php endif; ?>
Back to Directory
File Manager