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
d31b7ec0
Commit
d31b7ec0
authored
Oct 12, 2018
by
Eric Bremner
Browse files
ISTWCMS-2740: ensuring that all options are shown for calendar navigation
parent
426fdedb
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.module
View file @
d31b7ec0
...
...
@@ -1137,7 +1137,7 @@ function uw_ct_event_preprocess_html(&$variables) {
$variables
[
'page'
][
'#children'
]
=
str_replace
(
$search
,
$replace
,
$variables
[
'page'
][
'#children'
]);
}
if
(
isset
(
$path
[
0
])
&&
$path
[
0
]
==
'events'
)
{
if
(
isset
(
$path
[
0
])
&&
$path
[
0
]
==
'events'
&&
$path
[
1
]
!==
'calendar'
)
{
$type_tid
=
uw_ct_event_get_tid_from_machine_name
(
'uw_event_type'
);
$using_type_tid
=
uw_ct_event_get_using_taxonomy_term
(
'uw_event_type'
);
...
...
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