Code Context <?php echo $this->MyForm->input('password_confirm', array('label' => false, 'type' => 'password', 'div' => false, 'class' => 'form-inp', 'error' => false)); ?>
<?php echo $this->MyForm->input('referal_id', array('label' => false, 'type' => 'hidden', 'div' => false, 'class' => 'form-inp', 'error' => false, 'value' => $referral_id)); ?>
$viewFile = '/home/btcodds23/public_html/app/View/Themed/Design/Elements/layout-slots/register-container.ctp'
$dataForView = array(
'request_pass_params' => array(),
'referer' => '/',
'LeagueId' => null,
'SportId' => null,
'LeaguesLiveMenu' => array(),
'LeaguesMenu' => array(),
'SportsMenu' => array(
(int) 0 => array(
'Sport' => array(
[maximum depth reached]
),
'SportI18n' => array(
[maximum depth reached]
)
)
),
'SportsLiveMenu' => array(),
'League' => null,
'liveSports' => array(),
'getNews' => array(
(int) 0 => array(
'News' => array(
[maximum depth reached]
)
)
),
'bets' => array(),
'content_for_layout' => '<div class="blue-box user-reset">
<div class="blue-in">
<h5>Login</h5>
<div class="white-in">
<form action="/Swe/users/login" id="UserLoginForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="login-top">
<div class="form-login">
<input class="form-input icon-user-w" name="data[User][username]" placeholder="Username" type="text" />
<div class="clear"></div>
<input class="form-input icon-pass-w" name="data[User][password]" placeholder="Password" type="password" />
<div class="clear"></div>
<input id="remember" name="data[User][remember]" value="1" type="checkbox" /> <label for="remember"><span></span>Remember me</label>
<a href="/Swe/users/reset" class="forg">Forgot password?</a> <div class="clear"></div>
</div>
</div>
<div class="login-bottom">
<div class="login-btn">
<button type="submit" class="btn-silver">Login</button>
<a href="/Swe/users/register" class="btn-blue">Register</a>
</div>
</div>
</form> </div>
</div>
</div>',
'scripts_for_layout' => '',
'title_for_layout' => 'Users'
)
$request_pass_params = array()
$referer = '/'
$LeagueId = null
$SportId = null
$LeaguesLiveMenu = array()
$LeaguesMenu = array()
$SportsMenu = array(
(int) 0 => array(
'Sport' => array(
'id' => '1',
'locale' => 'eng',
'name' => 'Football'
),
'SportI18n' => array(
(int) 0 => array(
[maximum depth reached]
)
)
)
)
$SportsLiveMenu = array()
$League = null
$liveSports = array()
$getNews = array(
(int) 0 => array(
'News' => array(
'id' => '1',
'title' => 'Max Verstappen and Carlos Sainz both excellent in 2015 - McNish',
'summary' => 'Twelve months ago, he had just finished his first season in car racing and had just driven a grand prix car for the first time. At 17, he was being put forward as a reason to bring in a minimum age limit for drivers entering F1.',
'content' => '<p><img alt="" src="http://ichef.bbci.co.uk/onesport/cps/624/cpsprodpb/9751/production/_86773783_tro_rosso_verstappen_getty.jpg" style="width: 550px; height: 229px;" /></p>
<p>Max Verstappen has been one of the stars of the Formula 1 season.</p>
<p>Twelve months ago, he had just finished his first season in car racing and had just driven a grand prix car for the first time. At 17, he was being put forward as a reason to bring in a minimum age limit for drivers entering F1.</p>
<p>There were question marks about him, and the morality and wisdom of having such a young driver with such limited experience.</p>
<p>A year on from that, those questions marks are long gone, and Dutchman Verstappen is regarded as the revelation of the season - and his performances have put more focus on youth coming through.</p>
<p>Beyond that, people are talking about him as a future world champion.</p>
',
'created' => '2014-03-27 21:34:38',
'modified' => '2015-11-20 10:32:25',
'locale' => 'eng'
)
)
)
$bets = array()
$content_for_layout = '<div class="blue-box user-reset">
<div class="blue-in">
<h5>Login</h5>
<div class="white-in">
<form action="/Swe/users/login" id="UserLoginForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="login-top">
<div class="form-login">
<input class="form-input icon-user-w" name="data[User][username]" placeholder="Username" type="text" />
<div class="clear"></div>
<input class="form-input icon-pass-w" name="data[User][password]" placeholder="Password" type="password" />
<div class="clear"></div>
<input id="remember" name="data[User][remember]" value="1" type="checkbox" /> <label for="remember"><span></span>Remember me</label>
<a href="/Swe/users/reset" class="forg">Forgot password?</a> <div class="clear"></div>
</div>
</div>
<div class="login-bottom">
<div class="login-btn">
<button type="submit" class="btn-silver">Login</button>
<a href="/Swe/users/register" class="btn-blue">Register</a>
</div>
</div>
</form> </div>
</div>
</div>'
$scripts_for_layout = ''
$title_for_layout = 'Users'
include - APP/View/Themed/Design/Elements/layout-slots/register-container.ctp, line 40
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::_renderElement() - CORE/Cake/View/View.php, line 1195
View::element() - CORE/Cake/View/View.php, line 412
include - APP/View/Themed/Design/Layouts/user-tools.ctp, line 42
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::renderLayout() - CORE/Cake/View/View.php, line 529
View::render() - CORE/Cake/View/View.php, line 474
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 124