No title No title
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

No title

Started by marion2u, November 21, 2010, 12:27:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marion2u

Hi,

Since i've got this new theme I saw that the title of my Gallery has gone, now as title it's the url which is very weird.
Should I change something in my php codes or anywhere else?
Url to gallery : http://www.marionravenphotos.com/gallery/

Thanks
Kim

Nibbler

Your theme's template.html is a mess. For a start you should replace all of this


<html>
<head>
<titleMarion Raven Photo Gallery &gt; MARIONRAVENPHOTOS.COM &gt; A Marion Raven
photo Gallery!</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<link rel="stylesheet" href="http://www.marionravenphotos.com/gallery/themes/samgallery/style.css" type="text/css">
<script type="text/javascript" src="scripts.js"></script>
</head>


With this


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="css/coppermine.css" type="text/css" />
<link rel="stylesheet" href="themes/samgallery/style.css" type="text/css" />
{JAVASCRIPT}
</head>