View Single Post
  #3  
Old 02-28-2016, 02:33 PM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 69,266
tahbikat is on a distinguished road
Default

Nope, doesn't work. :/
Would removing the .htaccess cause it you think? HoF had to remove it yesterday for a different problem. That's the only thing I can think about that got removed recently.

HTML Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{$browser_title}</title>
{$header->loadFavicon("{$home}favicon.ico")}
{$header->loadStyle("{$home}{$temp}{$theme}/media/style-city.css")}
{$header->loadStyle("{$home}{$temp}{$theme}/media/menu.css")}
{$header->loadAdditionalStyle()}
<!--[if lte IE 6]>
{$header->loadStyle("{$home}{$css}/media/dropdown_ie.css")}
<![endif]-->
</head>
Reply With Quote