|
Wednesday, September 18
Honeymoon
Conny's Because of this, and some other reasons, we're not going to be taking a real honeymoon for now. We'll be right here in our favorite city, kicking off our wedded life together. I will, however, be taking a few days off of work over the next two weeks, both this week and next. I do not plan on spending much time in front of the computer, except to sort through the hundreds of wedding photographs, so updates will be spotty. I'll get the wedding photos up as soon as I can. But when I have to decide between messing with iPhoto and messing with my bride, bits can't compete with flesh. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |