Rev Author Line No. Line
347 kaklik 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3  
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title><?php echo $sg->pageTitle(); ?></title>
7 <link rel="stylesheet" type="text/css" href="<?php echo $sg->config->base_url.$sg->config->pathto_current_template ?>main.css" />
8 <?php echo $sg->navigationLinks(); ?>
9 <!--
10 This page was generated by singapore <http://singapore.sourceforge.net>
11 singapore is free software licensed under the terms of the GNU GPL.
12 -->
13 </head>
14  
15 <body>
16  
17 <?php echo $sg->languageFlipper(); ?>
18 <?php echo $sg->templateFlipper(); ?>
19  
20 <div id="crumb"><?php echo $sg->crumbLine(); ?></div>
21  
22 <div id="header"><img src="<?php echo $sg->config->base_url.$sg->config->pathto_current_template ?>images/header.gif" alt="<?php echo$sg->config->gallery_name ?>" /></div>
23  
24 <!-- start of generated content -->
25