summaryrefslogtreecommitdiffstats
path: root/templates/show_catalogs.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_catalogs.inc.php')
-rw-r--r--templates/show_catalogs.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_catalogs.inc.php b/templates/show_catalogs.inc.php
index e837c8ca..c9f8cedd 100644
--- a/templates/show_catalogs.inc.php
+++ b/templates/show_catalogs.inc.php
@@ -43,11 +43,11 @@
$catalog = new Catalog($catalog_id);
$catalog->format();
?>
-<tr class="<?php echo flip_class(); ?>" id="catalog_<?php echo $catalog->id; ?>">
+<tr class="<?php echo UI::flip_class(); ?>" id="catalog_<?php echo $catalog->id; ?>">
<?php require Config::get('prefix') . '/templates/show_catalog_row.inc.php'; ?>
</tr>
<?php } ?>
-<tr class="<?php echo flip_class(); ?>">
+<tr class="<?php echo UI::flip_class(); ?>">
<td colspan="6">
<?php if (!count($object_ids)) { ?>
<span class="fatalerror"><?php echo T_('Not Enough Data'); ?></span>