Difference between revisions of "bluemasters remove Network Connect section"

From thelinuxwiki
Jump to: navigation, search
 
(4 intermediate revisions by one user not shown)
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">
 
                                    <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>
 
  
</nowiki>
+
<nowiki>                                <div id="network" class="block"></nowiki>
 +
<nowiki>                                    <h2>Network Connect</h2>  </nowiki>
 +
  <nowiki>                                  <div class="network"></nowiki>
 +
<nowiki>                                        <a href="http://twitter.com/morethanthemes" class="twitter">Twitter</a></nowiki>
 +
<nowiki>                                        <a href="http://www.facebook.com/pages/More-than-just-themes/194842423863081" class="facebook">Facebook</a></nowiki>
 +
<nowiki>                                        <a href="http://www.flickr.com/photos/56103643@N07/" class="flickr">Flickr</a></nowiki>
 +
<nowiki>                                        <a href="#" class="in">In</a></nowiki>
 +
<nowiki>                                        <a href="#" class="tumblr">Tumblr</a></nowiki>
 +
<nowiki>                                        <a href="http://www.youtube.com/morethanthemes" class="youtube">Youtube</a></nowiki>
 +
<nowiki>                                    </div></nowiki>
 +
<nowiki>                                </div></nowiki>
 +
 
 +
 
  
 
[[category:drupal]]
 
[[category:drupal]]

Latest revision as of 21:54, 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>