Difference between revisions of "bluemasters remove Network Connect section"

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