diff options
Diffstat (limited to 'views/default/layout/shells/content')
-rw-r--r-- | views/default/layout/shells/content/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/layout/shells/content/header.php b/views/default/layout/shells/content/header.php index a4fa2d354..768f26337 100644 --- a/views/default/layout/shells/content/header.php +++ b/views/default/layout/shells/content/header.php @@ -31,7 +31,7 @@ if ($context) { $params = array( 'href' => $new_link = elgg_normalize_url($new_link), 'text' => elgg_echo("$context:new"), - 'class' => 'action-button right', + 'class' => 'elgg-action-button', ); $buttons = elgg_view('output/url', $params); } |