Fix the content manager title so that it works with the html title again.

This commit is contained in:
Mark Crane
2012-08-09 05:34:01 +00:00
parent 1d44f4858f
commit 361b297abb
2 changed files with 15 additions and 22 deletions

View File

@@ -70,7 +70,6 @@ require_once "includes/require.php";
require_once "includes/menu.php";
//prepare the template to display the output
$custom_title = '';
$custom_head = '';
$output = str_replace ("<!--{title}-->", $custom_title, $template); //<!--{title}--> defined in each individual page
$output = str_replace ("<!--{head}-->", $custom_head, $output); //<!--{head}--> defined in each individual page