|
|
@@ -60,10 +60,12 @@
|
|
60
|
60
|
$gelato_includes = "<script language=\"javascript\" type=\"text/javascript\" src=\"".$conf->urlGelato."/admin/scripts/mootools.js\"></script>\n";
|
|
61
|
61
|
$gelato_includes .= "\t<script language=\"javascript\" type=\"text/javascript\" src=\"".$conf->urlGelato."/admin/scripts/slimbox.js\"></script>\n";
|
|
62
|
62
|
$gelato_includes .= "\t<link rel=\"stylesheet\" type=\"text/css\" href=\"".$conf->urlGelato."/admin/css/slimbox.css\" />\n";
|
|
63
|
|
- $gelato_includes .= "\t<link rel=\"shortcut icon\" href=\"".$conf->urlGelato."/images/favicon.ico\" />";
|
|
|
63
|
+ $gelato_includes .= "\t<link rel=\"shortcut icon\" href=\"".$conf->urlGelato."/images/favicon.ico\" />\n";
|
|
|
64
|
+ $gelato_includes .= "\t<link rel=\"stylesheet\" type=\"text/css\" href=\"".$conf->urlGelato."/themes/".$conf->template."/style.css\"/>\n";
|
|
|
65
|
+ $gelato_includes .= "\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$conf->urlGelato."/rss.php\"/>";
|
|
64
|
66
|
|
|
65
|
|
- $input = array("{Gelato_includes}","{Title}", "{Description}", "{URL_Tumble}");
|
|
66
|
|
- $output = array($gelato_includes, $conf->title, $conf->description, $conf->urlGelato);
|
|
|
67
|
+ $input = array("{Gelato_includes}","{Title}", "{Description}", "{URL_Tumble}", "{Template_name}");
|
|
|
68
|
+ $output = array($gelato_includes, $conf->title, $conf->description, $conf->urlGelato, $conf->template);
|
|
67
|
69
|
|
|
68
|
70
|
$template->cargarPlantilla($input, $output, "template_header");
|
|
69
|
71
|
$template->mostrarPlantilla();
|