Changeset 550 for trunk/index.php
- Timestamp:
- 06/30/08 13:45:19 (4 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r511 r550 3 3 * Plogger - A web based photo gallery 4 4 * Copyright (C) 2005 Mike Johnson 5 * 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by 8 8 * the Free Software Foundation; either version 2 of the License, or (at 9 9 * your option) any later version. 10 * 10 * 11 11 * This program is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 14 * General Public License for more details. 15 * 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with this program; if not, write to the Free Software … … 21 21 <?php require("gallery.php"); ?> 22 22 <!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"> 26 26 27 27 <head> … … 30 30 </head> 31 31 32 <body> 32 <body> 33 33 <?php the_gallery(); ?> 34 34 35 35 </body> 36 36
Note: See TracChangeset
for help on using the changeset viewer.
