Changeset 6528
- Timestamp:
- 08/07/08 15:51:29 (20 months ago)
- Location:
- trunk/library
- Files:
-
- 2 modified
-
config.php (modified) (1 diff)
-
piece/blog/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/config.php
r6487 r6528 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.8 : Development alpha');8 define('TEXTCUBE_VERSION', '1.8 : pre-Alpha'); 9 9 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 10 10 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); -
trunk/library/piece/blog/list.php
r6184 r6528 37 37 dress('list_count', isset($list['count']) ? $list['count'] : '0', $listView); 38 38 $listView = fireEvent('ViewList', $listView, $list); 39 $listView = $listView.CRLF.'[##_paging_list_##]';39 if(empty($entries)) $listView = $listView.CRLF.'[##_paging_list_##]'; 40 40 41 41 dress('list', $listView, $view);
