|
@@ -184,7 +184,7 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
<?php if ($wgUser->isLoggedIn() || $wgForegroundFeatures['showActionsForAnon']): ?>
|
|
|
<a href="#" data-dropdown="drop1" class="button dropdown small secondary radius"><i class="fa fa-cog"><span class="show-for-medium-up"> <?php echo wfMessage( 'actions' )->text() ?></span></i></a>
|
|
|
<!--RTL -->
|
|
|
- <ul id="drop1" class="views large-12 columns left f-dropdown">
|
|
|
+ <ul id="drop1" class="views large-12 columns right f-dropdown">
|
|
|
<?php foreach( $this->data['content_actions'] as $key => $item ) { echo preg_replace(array('/\sprimary="1"/','/\scontext="[a-z]+"/','/\srel="archives"/'),'',$this->makeListItem($key, $item)); } ?>
|
|
|
<?php wfRunHooks( SkinTemplateToolboxEnd, array( &$this, true ) ); ?>
|
|
|
</ul>
|