diff options
Diffstat (limited to 'recent_posts.php')
| -rw-r--r-- | recent_posts.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recent_posts.php b/recent_posts.php index 4a6fde5..60e50b6 100644 --- a/recent_posts.php +++ b/recent_posts.php @@ -1,4 +1,14 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_blogs/recent_posts.php,v 1.2 2007/06/22 10:14:52 lsces Exp $ + * + * @package blogs + * @subpackage functions + */ + +/** + * Initial Setup + */ require_once( '../bit_setup_inc.php' ); // Is package installed and enabled |
