diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:18:17 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:18:17 -0400 |
| commit | fbde5b22b5c93f2623a977428484e3a685b7b365 (patch) | |
| tree | 2fbb4f4f72a760fddf8a2c51590882bdba459b68 /templates/center_list_generic.tpl | |
| parent | 4c89d83a28e15aa006fd8a29fae1555cc3ae986b (diff) | |
| download | liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.tar.gz liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.tar.bz2 liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/center_list_generic.tpl')
| -rw-r--r-- | templates/center_list_generic.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_list_generic.tpl b/templates/center_list_generic.tpl index 943eaa0..8a37cf8 100644 --- a/templates/center_list_generic.tpl +++ b/templates/center_list_generic.tpl @@ -59,7 +59,7 @@ <tr class="{cycle values='odd,even'}"> <td class="aligncenter">{$item.content_id}</td> <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}{$contentTypes.$content_type_guid}</td> <td>{displayname real_name=$item.creator_real_name user=$item.creator_user}</td> <td>{displayname real_name=$item.modifier_real_name user=$item.modifier_user}</td> <td>{$item.last_modified|bit_short_date}</td> |
