Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a6ba1089
authored
2023-11-23 11:14:50 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added phone for team leaders
1 parent
11ae41b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
View file @
a6ba108
...
...
@@ -71,7 +71,7 @@
if
(
$sub_cat
[
'value'
]
==
'team_leader'
)
{
fillStaffContact
(
$assignment_arr
,
'personal'
,
[
'title'
=>
$cat
[
'label'
],
'full_name'
=>
$full_name
,
'email'
=>
$email
,
'label'
=>
'team_leader'
]);
'full_name'
=>
$full_name
,
'email'
=>
$email
,
'label'
=>
'team_leader'
,
'phone'
=>
$phone
]);
}
else
{
...
...
@@ -326,6 +326,7 @@
<b>
<?=
__
(
"Team Leaders"
)
?>
</b>
<ul>
<?php
foreach
(
$team_leaders
as
$tl
)
{
?>
<li><div
style=
'padding-top:0.5rem'
></div></li>
<li>
<?=
$tl
[
'full_name'
]
?>
</li>
<?php
if
(
!
empty
(
$tl
[
'email'
]))
{
?>
<li><a
href=
'mailto:
<?=
$tl
[
'email'
]
?>
'
>
<?=
$tl
[
'email'
]
?>
</a></li>
...
...
Please
register
or
sign in
to post a comment