Difference between revisions of "bluemasters remove Network Connect section"

From thelinuxwiki
Jump to: navigation, search
(Created page with "The Network Connect section looks horrible IMO to get rid if it, remove these lines from sites/all/themes/bluemasters/page.tpl.php <div id="...")
 
Line 2: Line 2:
  
 
to get rid if it, remove these lines from sites/all/themes/bluemasters/page.tpl.php
 
to get rid if it, remove these lines from sites/all/themes/bluemasters/page.tpl.php
 
+
<nowiki>
 
                                 <div id="network" class="block">
 
                                 <div id="network" class="block">
 
                                     <h2>Network Connect</h2>   
 
                                     <h2>Network Connect</h2>   
Line 15: Line 15:
 
                                 </div>
 
                                 </div>
  
 
+
</nowiki>
  
 
[[category:drupal]]
 
[[category:drupal]]

Revision as of 21:53, 14 December 2013

The Network Connect section looks horrible IMO

to get rid if it, remove these lines from sites/all/themes/bluemasters/page.tpl.php <div id="network" class="block"> <h2>Network Connect</h2> <div class="network"> <a href="http://twitter.com/morethanthemes" class="twitter">Twitter</a> <a href="http://www.facebook.com/pages/More-than-just-themes/194842423863081" class="facebook">Facebook</a> <a href="http://www.flickr.com/photos/56103643@N07/" class="flickr">Flickr</a> <a href="#" class="in">In</a> <a href="#" class="tumblr">Tumblr</a> <a href="http://www.youtube.com/morethanthemes" class="youtube">Youtube</a> </div> </div>