Code Context<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo "Mooney Lab - MutDB " . $pageName?></title>
$viewFile = '/var/www/mutdb/app/View/Layouts/default.ctp'
$dataForView = array(
'page' => 'contact',
'subpage' => null,
'title_for_layout' => 'Contact',
'content_for_layout' => '<div class="basicLayout">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td valign="top">
<div class="boxContact" border=BOX>
<div class="bodyText">
The <i> Mooney Lab </i>at <i> The Buck Institute </i>:
<br><br>Phone: 415-209-2000
<br><br>Fax: 415-899-1810
<br><br> Or: <a href="mailto:smooney@buckinstitute.org">Email Us</a>
<br><br>
</div>
</div>
</td>
</table>
</div>
',
'scripts_for_layout' => ''
)
$page = 'contact'
$subpage = null
$title_for_layout = 'Contact'
$content_for_layout = '<div class="basicLayout">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td valign="top">
<div class="boxContact" border=BOX>
<div class="bodyText">
The <i> Mooney Lab </i>at <i> The Buck Institute </i>:
<br><br>Phone: 415-209-2000
<br><br>Fax: 415-899-1810
<br><br> Or: <a href="mailto:smooney@buckinstitute.org">Email Us</a>
<br><br>
</div>
</div>
</td>
</table>
</div>
'
$scripts_for_layout = ''
include - APP/View/Layouts/default.ctp, line 30
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
PagesController::display() - APP/Controller/PagesController.php, line 69
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 108