Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: No title  (Read 3096 times)

0 Members and 1 Guest are viewing this topic.

marion2u

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
No title
« on: November 21, 2010, 12:27:32 pm »

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
Logged

Nibbler

  • Guest
Re: No title
« Reply #1 on: November 21, 2010, 12:36:39 pm »

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

Code: [Select]
<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

Code: [Select]
<!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>
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.