devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "PHP Source Code Warehouse" project. The intent of this project is to help you "Learn PHP by Example" TM.

Other links

The source code

<?php
$curpath = dirname(__FILE__).'/';

/***** About-the-blog tags *****/
require($curpath . 'template-functions-general.php');

/***** Links *****/
require($curpath . 'template-functions-links.php');

/**** // Geo Tags ****/
require($curpath . 'template-functions-geo.php');

/***** Author tags *****/
require($curpath . 'template-functions-author.php');

/***** Post tags *****/
require($curpath . 'template-functions-post.php');

/***** Category tags *****/
require($curpath . 'template-functions-category.php');

/***** Comment tags *****/
require($curpath . 'template-functions-comment.php');

?>




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com