diff options
| -rwxr-xr-x | LibertySystem.php | 3 | ||||
| -rw-r--r-- | templates/list_content_inc.tpl | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index f367109..13ea58c 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.67 2007/03/31 20:01:22 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.68 2007/04/07 18:42:22 wjames5 Exp $ * @author spider <spider@steelsun.com> */ @@ -42,6 +42,7 @@ define( 'LIBERTY_SERVICE_MENU', 'menu' ); define( 'LIBERTY_SERVICE_RATING', 'rating'); define( 'LIBERTY_SERVICE_SEARCH', 'search'); define( 'LIBERTY_SERVICE_TAGS', 'tags'); +define( 'LIBERTY_SERVICE_TOPICA', 'topica'); define( 'LIBERTY_SERVICE_TRANSLATION', 'translation'); define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration'); diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index 44aefe6..53aeedd 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -34,8 +34,9 @@ <th>{smartlink ititle="Title" isort=title list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find idefault=1}</th> <th>{smartlink ititle="Content Type" isort=content_type_guid list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> <th>{smartlink ititle="Author" isort=$isort_author list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> - <th colspan="2">{smartlink ititle="Most recent editor" isort=$isort_editor list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> - <th colspan="2">{smartlink ititle="IP" isort=ip list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> + <th>{smartlink ititle="Most recent editor" isort=$isort_editor list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> + <th>{smartlink ititle="Last Modified" isort=last_modified list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> + <th>{smartlink ititle="IP" isort=ip list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th> </tr> {foreach from=$contentList item=item} <tr class="{cycle values='odd,even'}"> |
