Changeset 550 for trunk/index.php


Ignore:
Timestamp:
06/30/08 13:45:19 (4 years ago)
Author:
sidtheduck
Message:

+ BIG Plogger restructure
+ fixing miscellaneous small bug fixes (RSS validation, beginnings of $_GET switch script integration, etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r511 r550  
    33 * Plogger - A web based photo gallery 
    44 * Copyright (C) 2005 Mike Johnson 
    5  *  
     5 * 
    66 * This program is free software; you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation; either version 2 of the License, or (at 
    99 * your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, but 
    1212 * WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    1414 * General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program; if not, write to the Free Software 
     
    2121<?php require("gallery.php"); ?> 
    2222<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    23  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    24   
    25 <html xml:lang="<?php echo $language; ?>" lang="<?php echo $language; ?>" xmlns="http://www.w3.org/1999/xhtml">  
     23        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     24 
     25<html xml:lang="<?php echo $language; ?>" lang="<?php echo $language; ?>" xmlns="http://www.w3.org/1999/xhtml"> 
    2626 
    2727        <head> 
     
    3030        </head> 
    3131 
    32         <body>  
     32        <body> 
    3333                <?php the_gallery(); ?> 
    34          
     34 
    3535        </body> 
    3636 
Note: See TracChangeset for help on using the changeset viewer.