diff options
Diffstat (limited to 'templates/show_manage_catalogs.inc.php')
-rw-r--r-- | templates/show_manage_catalogs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_manage_catalogs.inc.php b/templates/show_manage_catalogs.inc.php index b3850e72..8ea5f460 100644 --- a/templates/show_manage_catalogs.inc.php +++ b/templates/show_manage_catalogs.inc.php @@ -47,7 +47,7 @@ </table> </div> <?php show_box_bottom(); ?> -<?php +<?php $catalog_ids = Catalog::get_catalogs(); Browse::set_type('catalog'); Browse::set_static_content(1); |