AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/
Upload File :
Current File : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/page--views_portfolio.tpl.php

<?php require_once(drupal_get_path('theme','hawell').'/tpl/header.tpl.php');?>

<!-- PAGE TITLE -->
<div class="page-title-cont page-title-small grey-light-bg">
	<div class="relative container align-left">
		<div class="row">
			
			<div class="col-md-8">
				<h1 class="page-title"><?php print drupal_get_title(); ?></h1>
				<?php if(isset($node) && !empty($node->body['und'][0]['summary'])): ?>
				<div class="page-sub-title">
	                <?php print $node->body['und'][0]['summary'] ?>
	            </div>
	        	<?php endif; ?>
			</div>
			<?php if($breadcrumb): ?>
			<div class="col-md-4">
				<?php print $breadcrumb; ?>
			</div>
			<?php endif; ?>			
		</div>
	</div>
</div>

<?php if ($page['content']): ?>
	<?php
	if (!empty($tabs['#primary']) || !empty($tabs['#secondary'])):
	print render($tabs);
	endif;
	print $messages;
	?>
	<?php print render($page['content']); ?>

<?php endif; ?>
<?php if ($page['page_section']): ?>
	<?php print render($page['page_section']); ?>
<?php endif; ?>
<?php if ($page['bottom_page']): ?>
	<?php print render($page['bottom_page']); ?>
<?php endif; ?>
<?php require_once(drupal_get_path('theme','hawell').'/tpl/footer.tpl.php');?>