Code Context <!--END NAVBAR-->
<?php
if ($page == 'home'): {
$viewFile = '/mnt/persist/www/docroot/app/View/Layouts/frontend.ctp'
$userData = null
$content_for_layout = '<div class="jobs view">
<div class="row">
<div class="col-md-8 col-sm-8 col-xs-12">
<div class="panel">
<div class="panel-heading">
<div class="panel-title">
<h1 class="pad-top text-thin">title</h1>
</div>
</div>
<div class="panel-body">
<h3 class="text-thin">at <strong>George</strong></h3>
<h4 style="margin-top:4rem;">Details</h4>
<table class="table">
<tbody>
<tr>
<td>
<h5><i class="fa fa-globe pad-rgt"></i> Country</h5>
</td>
<td>China</td>
</tr>
<tr>
<td>
<h5><i class="fa fa-comments pad-rgt"></i> Language</h5>
</td>
<td>English</td>
</tr>
<tr>
<td>
<h5><i class="fa fa-wrench pad-rgt"></i> Specialization</h5>
</td>
<td>
Education </td>
</tr>
<tr>
<td>
<h5><i class="fa fa-sign-in pad-rgt"></i> Entry Option</h5>
</td>
<td>
Job </td>
</tr>
<tr>
<td>
<h5><i class="fa fa-inbox pad-rgt"></i> Application Period</h5>
</td>
<td>
March 3rd, 2017 to April 3rd, 2017 </td>
</tr>
<tr>
<td>
<h5><i class="fa fa-tag pad-rgt"></i> Tags</h5>
</td>
<td>
Hangzhou </td>
</tr>
</tbody>
</table>
<h4>Description</h4>
</div>
<div class="panel-footer">
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70430335-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Signup if not logged in -->
<!-- ======================= -->
<div class="panel panel-bordered-success">
<div class="panel-heading">
<h3 class="panel-title">Join iHipo!</h3>
</div>
<div class="panel-body">
<p>Join the iHipo community for international high potentials and discover new opportunities everyday.</p>
<p class="text-2x mar-no text-center">
<a href="/signup" class="btn btn-info btn-lg btn-rounded"><i class="fa fa-plus"></i> Signup for free</a>
</p>
</div>
</div>
<!-- ======================= -->
</div>
</div>
</div>'
$scripts_for_layout = ''
$title_for_layout = 'title - Careers, Jobs, Internships, Graduate Programs on iHipo'
$cakeDescription = 'CakePHP: the rapid development php framework'
include - APP/View/Layouts/frontend.ctp, line 230
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 198
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 111