Code Context <?php
foreach ($circulars as $circular) {
if ($circular['Circular']['type'] == 'General') {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp'
$dataForView = array(
'types' => array(
'' => '',
'General' => 'General',
'Computer' => 'Computer',
'Extc' => 'Extc',
'Electrical' => 'Electrical',
'Mechanical' => 'Mechanical',
'IT' => 'IT',
'Exam Cell' => 'Exam Cell',
'Placements' => 'Placements'
),
'circulars' => array(
'Circular' => array(
'id' => '50',
'type' => 'General',
'subject' => 'ICNTE-2023 Paper Submission OPEN...',
'description' => '<b>Paper Submission OPEN for </b>-IEEE & IAS Technically Co-Sponsored, AICTE Sponsored 5th Biennial International Conference on Nascent Technologies in Engineering (ICNTE 2023) For Details Visit : <a href=http://icnte.fcrit.ac.in/><mark>http://icnte.fcrit.ac.in/</a>',
'attachment' => '/img/not_available',
'comments' => '',
'active_till' => '2023-01-31 14:45:00',
'created_by' => '1',
'created_timestamp' => '2022-09-16 09:54:25',
'modified' => '2022-09-16 09:54:25'
)
),
'content_for_layout' => '
<br/> <br/>
<div class="blockquote-ct">
<div class="row">
<div class="col-md-offset-1 col-md-10" style="min-height: 800px;">
<h2> ICNTE-2023 Paper Submission OPEN... </h2> <br/>
<p><b>Paper Submission OPEN for </b>-IEEE & IAS Technically Co-Sponsored, AICTE Sponsored 5th Biennial International Conference on Nascent Technologies in Engineering (ICNTE 2023) For Details Visit : <a href=http://icnte.fcrit.ac.in/><mark>http://icnte.fcrit.ac.in/</a> </p> <br/>
<p> </p> <br/>
<a href="/img/not_available" class="btn btn-default btn-yellow">Download Attachment</a>
</div>
</div>
</div>',
'scripts_for_layout' => '',
'title_for_layout' => 'Circulars'
)
$types = array(
'' => '',
'General' => 'General',
'Computer' => 'Computer',
'Extc' => 'Extc',
'Electrical' => 'Electrical',
'Mechanical' => 'Mechanical',
'IT' => 'IT',
'Exam Cell' => 'Exam Cell',
'Placements' => 'Placements'
)
$circulars = array(
'Circular' => array(
'id' => '50',
'type' => 'General',
'subject' => 'ICNTE-2023 Paper Submission OPEN...',
'description' => '<b>Paper Submission OPEN for </b>-IEEE & IAS Technically Co-Sponsored, AICTE Sponsored 5th Biennial International Conference on Nascent Technologies in Engineering (ICNTE 2023) For Details Visit : <a href=http://icnte.fcrit.ac.in/><mark>http://icnte.fcrit.ac.in/</a>',
'attachment' => '/img/not_available',
'comments' => '',
'active_till' => '2023-01-31 14:45:00',
'created_by' => '1',
'created_timestamp' => '2022-09-16 09:54:25',
'modified' => '2022-09-16 09:54:25'
)
)
$content_for_layout = '
<br/> <br/>
<div class="blockquote-ct">
<div class="row">
<div class="col-md-offset-1 col-md-10" style="min-height: 800px;">
<h2> ICNTE-2023 Paper Submission OPEN... </h2> <br/>
<p><b>Paper Submission OPEN for </b>-IEEE & IAS Technically Co-Sponsored, AICTE Sponsored 5th Biennial International Conference on Nascent Technologies in Engineering (ICNTE 2023) For Details Visit : <a href=http://icnte.fcrit.ac.in/><mark>http://icnte.fcrit.ac.in/</a> </p> <br/>
<p> </p> <br/>
<a href="/img/not_available" class="btn btn-default btn-yellow">Download Attachment</a>
</div>
</div>
</div>'
$scripts_for_layout = ''
$title_for_layout = 'Circulars'
$circular = array(
'id' => '50',
'type' => 'General',
'subject' => 'ICNTE-2023 Paper Submission OPEN...',
'description' => '<b>Paper Submission OPEN for </b>-IEEE & IAS Technically Co-Sponsored, AICTE Sponsored 5th Biennial International Conference on Nascent Technologies in Engineering (ICNTE 2023) For Details Visit : <a href=http://icnte.fcrit.ac.in/><mark>http://icnte.fcrit.ac.in/</a>',
'attachment' => '/img/not_available',
'comments' => '',
'active_till' => '2023-01-31 14:45:00',
'created_by' => '1',
'created_timestamp' => '2022-09-16 09:54:25',
'modified' => '2022-09-16 09:54:25'
)
include - APP\View\Layouts\site.ctp, line 352
View::_evaluate() - CORE\Cake\View\View.php, line 954
View::_render() - CORE\Cake\View\View.php, line 916
View::renderLayout() - CORE\Cake\View\View.php, line 543
View::render() - CORE\Cake\View\View.php, line 487
Controller::render() - CORE\Cake\Controller\Controller.php, line 919
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161
[main] - APP\webroot\index.php, line 105