Seitentitel wird aus Galerie- und Bildtitel zusammengesetzt (fixes #26)
This commit is contained in:
parent
4dcb9470b6
commit
f8a89b7ca1
3 changed files with 50 additions and 16 deletions
|
@ -52,7 +52,7 @@ $thumbinfo = getThumbNailInfo($gallery);
|
|||
"-//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Bilderframework</title>
|
||||
<title><?php print getGalleryTitle($thumbinfo); ?></title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||||
<link rel="stylesheet" href="css/format.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/jquery.lightbox.css" type="text/css" />
|
||||
|
|
Reference in a new issue