Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
zeropoint
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
zeropoint
Commits
da1aa91c
Commit
da1aa91c
authored
1 year ago
by
Florian Radut
Browse files
Options
Downloads
Patches
Plain Diff
#3372968
: undefined function wrapper_width
parent
1f7c099d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.txt
+5
-1
5 additions, 1 deletion
CHANGELOG.txt
templates/html.tpl.php
+1
-7
1 addition, 7 deletions
templates/html.tpl.php
templates/maintenance-page.tpl.php
+4
-6
4 additions, 6 deletions
templates/maintenance-page.tpl.php
with
10 additions
and
14 deletions
CHANGELOG.txt
+
5
−
1
View file @
da1aa91c
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
...
...
This diff is collapsed.
Click to expand it.
templates/html.tpl.php
+
1
−
7
View file @
da1aa91c
<!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'
)
:
?>
...
...
This diff is collapsed.
Click to expand it.
templates/maintenance-page.tpl.php
+
4
−
6
View file @
da1aa91c
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment