Skip to content

Commit 834beec

Browse files
committed
Merge pull request #128 from heiglandreas/hotfix/differentStuff
Hotfix/different stuff
2 parents 02a87f8 + 36754f9 commit 834beec

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Diff for: deploy_include.property

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
LICENSE
22
README.md
33
src/**
4-
vendor/**
4+
vendor/**
5+
bin/**

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)