Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Asmund.Birkeland
visgroup-webpages
Commits
7b729b28
Commit
7b729b28
authored
Aug 16, 2019
by
Stefan.Bruckner
Browse files
small fixes
parent
7b5ef261
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/visgroup/groups.php
View file @
7b729b28
...
...
@@ -107,13 +107,13 @@ function present_post($post, $skipongoing)
</div>
<div
class=
"team-info"
>
<h3><a
href=
"
<?php
the_permalink
();
?>
"
rel=
"bookmark"
title=
"
<?php
the_title_attribute
();
?>
"
>
<?php
the_title
();
?>
</a></h3>
'
<h3><a
href=
"
<?php
the_permalink
();
?>
"
rel=
"bookmark"
title=
"
<?php
the_title_attribute
();
?>
"
>
<?php
the_title
();
?>
</a></h3>
<h4>
<?php
the_field
(
'group_topics'
);
?>
</h4>
<div
class=
"team-details"
>
<ul
class=
"fa-ul"
>
<?php
if
(
$head
)
:
?>
<li><i
class=
"fa fa-user fa-li"
></i><a
href=
"
<?php
echo
get
_permalink
(
$head
->
ID
);
?>
"
title=
"
<?php
echo
get_the_title
(
$head
->
ID
);
?>
"
>
<?php
echo
get_field
(
"team_position"
,
$head
->
ID
)
.
" "
.
get_the_title
(
$head
->
ID
);
?>
</a></li>
<li><i
class=
"fa fa-user fa-li"
></i><a
href=
"
<?php
echo
the
_permalink
();
?>
"
title=
"
<?php
echo
get_the_title
(
$head
->
ID
);
?>
"
>
<?php
echo
get_field
(
"team_position"
,
$head
->
ID
)
.
" "
.
get_the_title
(
$head
->
ID
);
?>
</a></li>
<?php
if
(
$email
=
get_field
(
'team_email'
,
$head
->
ID
))
:
?>
<li><i
class=
"fa fa-envelope fa-li"
></i><a
href=
"mailto:
<?php
echo
antispambot
(
$email
);
?>
"
>
<?php
echo
antispambot
(
$email
);
?>
</a></li>
...
...
Write
Preview
Markdown
is supported
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