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
0e31dfbf
Commit
0e31dfbf
authored
Jun 12, 2015
by
Liam Morland
Browse files
Coding standards: Whitespace.
parent
c8264dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/node--uw-event.tpl.php
View file @
0e31dfbf
...
...
@@ -78,7 +78,7 @@
* @see template_process()
*/
?>
<?php
<?php
global
$base_url
;
$feed_url
=
$base_url
.
"/events/ical/"
.
$node
->
nid
.
"/calendar.ics"
;
$img_variables
=
array
(
...
...
@@ -96,11 +96,11 @@
<?php
if
(
!
$page
)
:
?>
<?php
print
render
(
$title_prefix
);
?>
<?php
print
render
(
$title_suffix
);
?>
<?php
endif
;
?>
<?php
endif
;
?>
<?php
print
render
(
$content
[
'field_event_date'
]);
?>
<?php
print
render
(
$content
[
'field_event_date'
]);
?>
<?php
print
render
(
$content
[
'body'
]);
?>
<div
class=
"details"
>
<?php
// We hide the comments and links now so that we can render them later.
...
...
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