diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:52 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:52 +0000 |
| commit | 6d86140af4cca051399ab3187180744628eff675 (patch) | |
| tree | 903610bd9d2db37048e548c1e4cd3f168257d2db /list_content.php | |
| parent | 442f7afb7bb24f3da54e42998d2b3d612eca1510 (diff) | |
| download | liberty-6d86140af4cca051399ab3187180744628eff675.tar.gz liberty-6d86140af4cca051399ab3187180744628eff675.tar.bz2 liberty-6d86140af4cca051399ab3187180744628eff675.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/list_content.php b/list_content.php index 5678aba..7895147 100644 --- a/list_content.php +++ b/list_content.php @@ -1,4 +1,16 @@ <?php +/** + * list_content + * + * @author spider <spider@steelsun.com> + * @version $Revision: 1.2 $ + * @package Liberty + * @subpackage functions + */ + +/** + * required setup + */ require_once("../bit_setup_inc.php"); // some content specific offsets and pagination settings |
