summaryrefslogtreecommitdiffstats
path: root/templates/show_user_preferences.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_user_preferences.inc.php')
-rw-r--r--templates/show_user_preferences.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_preferences.inc.php b/templates/show_user_preferences.inc.php
index 19772fd7..b87b3f01 100644
--- a/templates/show_user_preferences.inc.php
+++ b/templates/show_user_preferences.inc.php
@@ -38,7 +38,7 @@
<th class="col_value"><?php echo T_('Value'); ?></th>
</tr>
<?php foreach ($preferences as $pref) { ?>
- <tr class="<?php echo flip_class(); ?>">
+ <tr class="<?php echo UI::flip_class(); ?>">
<td class="cel_preference"><?php echo T_($pref['description']); ?></td>
<td class="cel_value">
<?php create_preference_input($pref['name'], $pref['value']); ?>