Commit 3036fae3 authored by zymphonies-dev's avatar zymphonies-dev
Browse files

theme files

parent 8f9db449
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
name = Lexi Responsive Theme
description = Lexi Responsive Theme<br/>Developed by <a href="http://www.zymphonies.com">Zymphonies</a> & Designed by <a href="http://www.freebiezz.com">FreeBiezz</a>.<br/>Contact us for Drupal Design & Development <a href="mailto:info@zymphonies.com">info@zymphonies.com</a> 
description = Designed & Developed by <a href=http://www.zymphonies.com>Zymphonies</a><br/>Contact us for any kind of Drupal services <a href=mailto:info@zymphonies.com>info@zymphonies.com</a>
core = 7.x

engine = phptemplate
@@ -33,3 +33,10 @@ settings[breadcrumbs] = 1
settings[social_links]  = 1
settings[twitter_username] = "zymphonies"
settings[facebook_username] = "zymphonies"

; Information added by Drupal.org packaging script on 2015-03-19
version = "7.x-1.6"
core = "7.x"
project = "lexi_responsive_theme"
datestamp = "1426789891"
+5 −3
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
<head>
<?php print $head; ?>
<title><?php print $head_title; ?></title>
@@ -7,8 +8,9 @@
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body class="<?php print $classes; ?>"<?php print $attributes; ?>>
  <?php print $page_top; ?>
	<div id="skip-link">
    	<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
  	</div>
  	<?php print $page; ?>
  <?php print $page_bottom; ?>
</body>
</html>
 No newline at end of file
+19 −15
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@
    <div class="clear"></div>
    </header>

    <?php if ($main_menu): ?>
      <div class="menu_wrapper">
        <nav id="main-menu"  role="navigation">
          <a class="nav-toggle" href="#">Navigation</a>
@@ -97,8 +98,10 @@
            ?>
          </div>
          <div class="clear"></div>
      </nav><!-- end main-menu -->
        </nav>
      </div>
    <?php endif; ?>

  </div>
</div>
  
@@ -160,8 +163,8 @@
</div>

<div id="footer">
  <div id="footer_wrapper">
  <?php if ($page['footer_first'] || $page['footer_second'] || $page['footer_third']): ?>
    <div id="footer_wrapper">     
      <div id="footer-area" class="clearfix">
        <?php if ($page['footer_first']): ?>
        <div class="column"><?php print render($page['footer_first']); ?></div>
@@ -173,8 +176,9 @@
        <div class="column"><?php print render($page['footer_third']); ?></div>
        <?php endif; ?>
      </div>
    <?php endif; ?>
    </div>
  <?php endif; ?>

  <div class="footer_credit">
    <div class="footer_inner_credit">
    <?php if ($page['footer']): ?>