diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-22 10:14:52 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-22 10:14:52 +0000 |
| commit | 8da3f4ca93d009cf9bb2c4cea52efc114598d9d9 (patch) | |
| tree | c3d68b89aecad8c2c3c72477e0f948610034aac0 | |
| parent | 1fb32261f9fbeb1174391769b71f58fa16a059a7 (diff) | |
| download | blogs-8da3f4ca93d009cf9bb2c4cea52efc114598d9d9.tar.gz blogs-8da3f4ca93d009cf9bb2c4cea52efc114598d9d9.tar.bz2 blogs-8da3f4ca93d009cf9bb2c4cea52efc114598d9d9.zip | |
Add phpdoc comment blocks
| -rw-r--r-- | lookup_post_inc.php | 3 | ||||
| -rw-r--r-- | recent_posts.php | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lookup_post_inc.php b/lookup_post_inc.php index 5ddd3d1..5303535 100644 --- a/lookup_post_inc.php +++ b/lookup_post_inc.php @@ -4,6 +4,9 @@ * @subpackage functions */ +/** + * Initial Setup + */ global $gContent; //, $gBitSmarty; require_once( BLOGS_PKG_PATH.'BitBlogPost.php'); require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); 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 |
