| 
					
				 | 
			
			
				@@ -182,9 +182,9 @@ class foregroundTemplate extends BaseTemplate { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<div class="row"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<div id="p-cactions" class="large-12 columns"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<?php if ($wgUser->isLoggedIn() || $wgForegroundFeatures['showActionsForAnon']): ?> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<a href="#" 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> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<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> 
			 |