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
d2aa5616
Commit
d2aa5616
authored
Oct 11, 2018
by
Eric Bremner
Browse files
ISTWCMS-2721: adding variable for calendar navigation
parent
10943469
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/date-views-pager.tpl.php
View file @
d2aa5616
...
...
@@ -71,6 +71,13 @@ if ((string) $nav_title === '') {
<?php
}
else
{
?>
<h2>
<?php
print
$nav_title
;
?>
</h2>
<?php
}
?>
<?php
if
(
variable_get
(
'uw_calendar_navigate'
))
{
?>
<?php
$navigate_form
=
variable_get
(
'uw_calendar_navigate'
);
print
render
(
$navigate_form
);
?>
<?php
}
?>
</div>
<div
class=
"date-next"
>
<?php
if
(
!
empty
(
$next_url
))
:
?>
...
...
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