View Single Post
  #1  
Old 12-30-2015, 12:28 AM
SapphirePhoenix's Avatar
SapphirePhoenix SapphirePhoenix is offline
Adoptable Site Owner
 
Join Date: Nov 2015
Location: Australia
Posts: 81
Gender: Female
Credits: 10,303
SapphirePhoenix is on a distinguished road
Default User Profile Buttons not working

I'm currently using the main theme and the user profile buttons (adoptables, visitor messages...) are not working. This is my header.tpl:

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