- Modification of the theme to suppress the link "Edit primary links" on the left
authorxcuvellier <xcuvellier@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 3 Jul 2007 14:49:09 +0000 (14:49 +0000)
committerxcuvellier <xcuvellier@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 3 Jul 2007 14:49:09 +0000 (14:49 +0000)
 - Modification of the main title background

themes/democratica/images/bg_branding.png
themes/democratica/page.tpl.php

index e967d56..11846dc 100644 (file)
Binary files a/themes/democratica/images/bg_branding.png and b/themes/democratica/images/bg_branding.png differ
index 79c6ca3..9a1a038 100644 (file)
@@ -71,20 +71,20 @@ $classes[] = 'page-'. str_replace('/', '-', $_GET['q']);
 
         <div id="navigation">
          <h2 class="hide">Site Navigation</h2>
-          <?php if (is_array($primary_links)) : ?>
-           <ul id="nav-primary">
-            <?php foreach ($primary_links as $link): ?>
-             <li><?php print $link?></li>
-            <?php endforeach; ?>
-           </ul>
-          <?php endif; ?>
-          <?php if (is_array($secondary_links) && (count($secondary_links) != 0)) : ?>
-           <ul id="nav-secondary">
-            <?php foreach ($secondary_links as $link): ?>
-             <li><?php print $link?></li>
-            <?php endforeach; ?>
-           </ul>
-          <?php endif; ?>
+          <!--?php if (is_array($primary_links)) : ?-->
+           <!--ul id="nav-primary"-->
+            <!--?php foreach ($primary_links as $link): ?-->
+             <!--li--><!--?php print $link?--><!--/li-->
+            <!--?php endforeach; ?-->
+           <!--/ul-->
+          <!--?php endif; ?-->
+          <!--?php if (is_array($secondary_links) && (count($secondary_links) != 0)) : ?-->
+           <!--ul id="nav-secondary"-->
+            <!--?php foreach ($secondary_links as $link): ?-->
+             <!--li--><!--?php print $link?--><!--/li-->
+            <!--?php endforeach; ?-->
+           <!--/ul-->
+          <!--?php endif; ?-->
          </div>
 
          <hr class="hide" />
@@ -100,7 +100,7 @@ $classes[] = 'page-'. str_replace('/', '-', $_GET['q']);
                <form action="<?php print $search_url ?>" method="post" id="search">
                 <input class="form-text" type="text" size="15" value="" name="edit[keys]" />
                 <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" />
-                </form>          
+                </form>
               </div>
             </div>
 
@@ -196,15 +196,15 @@ $classes[] = 'page-'. str_replace('/', '-', $_GET['q']);
       <?php if ($search_box && $layout == "right" || "both" ): ?>
 
       <!-- START: SEARCH -->  
-      <div class="block block-search" id="block-search">
-        <h2>Search this site</h2>
-        <div class="content">
-          <form action="<?php print $search_url ?>" method="post" id="search">
-            <input class="form-text" type="text" size="15" value="" name="edit[keys]" />
-           <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" />
-          </form>          
-        </div>
-      </div>
+      <!--div class="block block-search" id="block-search"-->
+        <!--h2>Search this site</h2-->
+        <!--div class="content"-->
+          <!--form action="<?php print $search_url ?>" method="post" id="search"-->
+            <!--input class="form-text" type="text" size="15" value="" name="edit[keys]" /-->
+           <!--input class="form-submit" type="submit" value="?php print $search_button_text ?" /!-->
+          <!--/form-->          
+        <!--/div-->
+      <!--/div-->
 
       <hr class="hide" />