view pics/browse.php @ 28:28221b9bb370

add weather/; update myrss/FEEDS; add umask(0037) to weather/index.php and myrss/index.php
author paulo@thepaulopc
date Thu, 23 Jun 2011 00:41:19 -0700
parents ff6cf071c65c
children
line source
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META NAME="generator" CONTENT="http://txt2tags.sf.net">
5 <SCRIPT TYPE="text/javascript" SRC="../np_keys.js"></SCRIPT>
6 <LINK REL="stylesheet" TYPE="text/css" HREF="index.css">
7 <?php $title = basename(getcwd()) ?>
8 <TITLE><?php echo $title ?></TITLE>
9 </HEAD>
10 <BODY>
12 <DIV CLASS="body" ID="body">
14 <?php
15 include('../common.php');
17 browse($browse_dir, $thumbs_dir);
18 ?>
20 </DIV>
22 <!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
23 <!-- cmdline: txt2tags index.t2t -->
24 </BODY></HTML>