diff options
Diffstat (limited to 'views/default/layout/shells/content/header.php')
-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 f3517e9ad..92456bac4 100644 --- a/views/default/layout/shells/content/header.php +++ b/views/default/layout/shells/content/header.php @@ -36,7 +36,7 @@ if ($context) { $params = array( 'href' => $new_link = elgg_normalize_url($new_link), 'text' => elgg_echo("$context:add"), - 'class' => 'elgg-action-button', + 'class' => 'elgg-button-action', ); $buttons = elgg_view('output/url', $params); } |