/[drupal]/contributions/themes/ad_the-morning-after/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/ad_the-morning-after/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.12, Thu Jul 17 08:43:00 2008 UTC revision 1.2.2.13, Thu Nov 5 18:38:19 2009 UTC
# Line 85  Line 85 
85      </div></div> <!-- /#header-inner, /#header -->      </div></div> <!-- /#header-inner, /#header -->
86      <div id="header-image">      <div id="header-image">
87        <?php        <?php
88        $breadcrumb2 = str_replace(' › ', ' // ', $breadcrumb);        $breadcrumb2 = str_replace(' » ', ' // ', $breadcrumb);
89        $breadcrumb3 = str_replace('<div class="breadcrumb">', '', $breadcrumb2);        $breadcrumb3 = str_replace('<div class="breadcrumb">', '', $breadcrumb2);
90        if ($is_front) {print '<div class="breadcrumb">// ' . t('Home') . '</div>';} else { echo '<div class="breadcrumb">// ' . str_replace('</div>', '', $breadcrumb3) . $title . '</div>' ;} ?>        if ($is_front) {print '<div class="breadcrumb">// ' . t('Home') . '</div>';} else { echo '<div class="breadcrumb">' . str_replace(t('Home'), '', str_replace('</div>', '', $breadcrumb3)) . ' // ' . $title . '</div>' ;} ?>
91      </div>      </div>
92    
93      <div id="main"><div id="main-inner" class="clear-block<?php if ($search_box || $primary_links || $secondary_links || $navbar) { print ' with-navbar'; } ?>">      <div id="main"><div id="main-inner" class="clear-block<?php if ($search_box || $primary_links || $secondary_links || $navbar) { print ' with-navbar'; } ?>">
# Line 139  Line 139 
139      <div id="footer"><div id="footer-inner">      <div id="footer"><div id="footer-inner">
140    
141        <div id="footer-message"><?php echo $footer_message . $footer ?></div>        <div id="footer-message"><?php echo $footer_message . $footer ?></div>
142      <div style="float:right;"><a href="http://www.avioso.com">Theme port</a> sponsored by Duplika <a href="http://www.duplika.com">Web Hosting</a>.</div>      <div style="float:right;"><a href="http://www.avioso.com">Theme port</a> sponsored by <a href="http://www.duplika.com">Duplika Hosting</a>.</div>
143      <span class="clear"></span>      <span class="clear"></span>
144      </div></div> <!-- /#footer-inner, /#footer -->      </div></div> <!-- /#footer-inner, /#footer -->
145    

Legend:
Removed from v.1.2.2.12  
changed lines
  Added in v.1.2.2.13

  ViewVC Help
Powered by ViewVC 1.1.2