Skip to content
Snippets Groups Projects
Commit da1aa91c authored by Florian Radut's avatar Florian Radut
Browse files

#3372968: undefined function wrapper_width

parent 1f7c099d
No related branches found
No related tags found
No related merge requests found
CHANGELOG - ZERO POINT responsive theme for Drupal 7
0 Point 7.x-4.17 (Jun 26, 2023)
0 Point 7.x-4.17 (Jul 7, 2023)
------------------------------
o #3372968: undefined function wrapper_width
0 Point 7.x-4.16 (Jun 26, 2023)
------------------------------
o Pure.CSS Framework upgrade to version 3.0.0
o Dropping support for IE older than 9
......
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7" <?php print $html_attributes ?>><![endif]-->
<!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" <?php print $html_attributes ?>><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" <?php print $html_attributes ?>><![endif]-->
<!--[if IE 8]><html class="lt-ie9" <?php print $html_attributes ?>><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html<?php print $html_attributes . $rdf_namespaces ?>><!--<![endif]-->
<html<?php print $html_attributes . $rdf_namespaces ?>>
<head>
<title><?php print $head_title ?></title>
<?php if (theme_get_setting('grid_responsive')): ?>
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="MobileOptimized" content="width" />
<?php endif ?>
<?php print $head ?>
<?php if (theme_get_setting('headerimg')): ?>
<?php if ($language->dir == 'rtl'): ?>
......
......@@ -3,11 +3,9 @@
<head>
<title><?php print $head_title ?></title>
<?php if (theme_get_setting('grid_responsive') == '1'): ?>
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="MobileOptimized" content="width" />
<?php endif; ?>
<?php print $head ?>
<?php print $styles ?>
<?php print $scripts ?>
......@@ -18,7 +16,7 @@
<?php print $page_top; ?>
<div id="top_bg">
<div class="sizer0 clearfix"<?php print wrapper_width() ?>>
<div class="sizer0 clearfix"<?php print zeropoint_wrapper_width() ?>>
<div id="top_left">
<div id="top_right">
<div id="headimg">
......@@ -48,7 +46,7 @@
</div></div></div></div></div>
<div id="body_bg">
<div class="sizer0 clearfix"<?php print wrapper_width() ?>>
<div class="sizer0 clearfix"<?php print zeropoint_wrapper_width() ?>>
<div id="body_left">
<div id="body_right">
......@@ -71,13 +69,13 @@
</div></div></div></div>
<div id="bottom_bg">
<div class="sizer0 clearfix"<?php print wrapper_width() ?>>
<div class="sizer0 clearfix"<?php print zeropoint_wrapper_width() ?>>
<div id="bottom_left">
<div id="bottom_right">
<div id="footer" class="pure-g" role="contentinfo">
<div class="pure-u-1">
<?php if (theme_get_setting('social_links_display')): ?><div id="soclinks"><?php print social_links(); ?></div><?php endif; ?>
<?php if (theme_get_setting('social_links_display')): ?><div id="soclinks"><?php print zeropoint_social_links(); ?></div><?php endif; ?>
</div>
</div>
<div id="brand"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment