Skip to content

Commit 93fe387

Browse files
committed
Fixes team-page
1 parent 02a87f8 commit 93fe387

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: src/module/Phpug/src/Phpug/Controller/IndexController.php

-5
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ public function teamAction()
107107
'google+' => '104738361153508561515',
108108
'github' => 'heiglandreas'
109109
),
110-
'[email protected]' => array(
111-
'name' => 'Christian Nielebock',
112-
'twitter' => 'ravetracer',
113-
'google+' => 'ravetracer',
114-
),
115110
),
116111
);
117112
}

Diff for: src/module/Phpug/view/phpug/index/team.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $this->headLink()->appendStylesheet($this->basePath() . '/css/phpug/phpugteam.cs
1111
<h3><?php echo $person['name']; ?></h3>
1212
<?php echo $this->mailto($mail, '<i class="fa fa-envelope-o fa-2x"></i>', array('title' => 'Send Email to ' . $person['name']))?>
1313
<?php if ( isset($person['twitter']) ) :?>
14-
<a title="Go to the Twitter-account of <?php echo $person['name']; ?>" href="http://twitter.com/!#<?php echo $person['twitter']; ?>">
14+
<a title="Go to the Twitter-account of <?php echo $person['name']; ?>" href="http://twitter.com/<?php echo $person['twitter']; ?>">
1515
<i class="fa fa-twitter fa-2x"></i>
1616
</a>
1717
<?php endif; ?>

0 commit comments

Comments
 (0)