lonnieezell / Ocular-Template-Library

A template/layout library for CodeIgniter
http://igniteyourcode.com/ocular
89 stars 23 forks source link

AJAX layouts not correct in repo #2

Closed lonnieezell closed 13 years ago

lonnieezell commented 13 years ago

The following changes need to be made:

in views/layout/ajax.php: <?php echo $this->ocular->yield(); ?> to <?php echo $this->template->yield(); ?>

and in Template.php, line 234: $layout = $this->ci->config->item('OCU_layout_folder') . $this->ci->config->item('OCU_ajax_layout');