diff options
| -rw-r--r-- | templates/list_content.tpl | 1 | ||||
| -rw-r--r-- | templates/list_content_inc.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl index 8f362da..0c2efcb 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -8,7 +8,6 @@ {foreachelse} {tr}Content{/tr} {/foreach} - {tr}Listing{/tr} </h1> {if $smarty.request.user_id} {tr}User{/tr}: {displayname user_id=$smarty.request.user_id} diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index d51bd07..2da3f92 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -64,7 +64,7 @@ <td>{$item.content_status_name}</td> {/if} <td>{$item.display_link}</td> - <td>{assign var=content_type_guid value=`$item.content_type_guid`}{$contentTypes.$content_type_guid}</td> + <td>{assign var=content_type_guid value=`$item.content_type_guid`}{$gLibertySystem->getContentTypeName($content_type_guid)}</td> <td>{displayname real_name=$item.creator_real_name user=$item.creator_user}</td> <td class="alignright">{displayname real_name=$item.modifier_real_name user=$item.modifier_user}</td> <td class="alignright">{$item.last_modified|bit_short_date}</td> |
