I'm having real trouble installing RefTagger into a 3.6 set-up
The template I have does not have a </body> tag in its index.php file.
It simply has this. Can anyone help, please?:
<?php
/**
* @package yoo_peak
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// get warp
$warp = require(__DIR__.'/warp.php');
// load main theme file, located in /layouts/theme.php
echo $warp['template']->render('theme');