Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
acf1ea80
Commit
acf1ea80
authored
Dec 12, 2018
by
Tyler Struyk
Browse files
Remove offset error on line 1142
parent
4cd58f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.module
View file @
acf1ea80
...
@@ -1138,8 +1138,8 @@ function uw_ct_event_calendar_contents() {
...
@@ -1138,8 +1138,8 @@ function uw_ct_event_calendar_contents() {
* which are not selected by event node.
* which are not selected by event node.
*/
*/
function
uw_ct_event_preprocess_html
(
&
$variables
)
{
function
uw_ct_event_preprocess_html
(
&
$variables
)
{
$path
=
current_path
();
$
current_
path
=
current_path
();
$path
=
explode
(
"/"
,
$path
);
$path
=
explode
(
"/"
,
$
current_
path
);
if
(
isset
(
$path
[
0
])
&&
$path
[
0
]
==
'events'
)
{
if
(
isset
(
$path
[
0
])
&&
$path
[
0
]
==
'events'
)
{
$search
=
'<th class="'
;
$search
=
'<th class="'
;
$replace
=
'<th scope="col" class="'
;
$replace
=
'<th scope="col" class="'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment