@@ -120,35 +120,35 @@ require('./header.inc.phtml'); ?>
120
120
}
121
121
if (isset ($ github_username ) && !empty ($ github_username ))
122
122
{
123
- echo '<li><strong>GitHub:</strong> <a href=" ' . $ github_uri . '"> ' . $ github_username . '</a></li> ' . PHP_EOL ;
123
+ echo '<li><strong>GitHub:</strong> <a rel="external" href=" ' . $ github_uri . '"> ' . $ github_username . '</a></li> ' . PHP_EOL ;
124
124
}
125
125
if (isset ($ reddit_username ) && !empty ($ reddit_username ))
126
126
{
127
- echo '<li><strong>Reddit:</strong> <a href=" ' . $ reddit_uri . '"> ' . $ reddit_username . '</a></li> ' . PHP_EOL ;
127
+ echo '<li><strong>Reddit:</strong> <a rel="external" href=" ' . $ reddit_uri . '"> ' . $ reddit_username . '</a></li> ' . PHP_EOL ;
128
128
}
129
129
if (isset ($ steam_username ) && !empty ($ steam_username ))
130
130
{
131
- echo '<li><strong>Steam:</strong> <a href=" ' . $ steam_uri . '"> ' . $ steam_username . '</a></li> ' . PHP_EOL ;
131
+ echo '<li><strong>Steam:</strong> <a rel="external" href=" ' . $ steam_uri . '"> ' . $ steam_username . '</a></li> ' . PHP_EOL ;
132
132
}
133
133
if (isset ($ facebook_username ) && !empty ($ facebook_username ))
134
134
{
135
- echo '<li><strong>Facebook:</strong> <a href=" ' . $ facebook_uri . '"> ' . $ facebook_username . '</a></li> ' . PHP_EOL ;
135
+ echo '<li><strong>Facebook:</strong> <a rel="external" href=" ' . $ facebook_uri . '"> ' . $ facebook_username . '</a></li> ' . PHP_EOL ;
136
136
}
137
137
if (isset ($ twitter_username ) && !empty ($ twitter_username ))
138
138
{
139
- echo '<li><strong>Twitter:</strong> <a href=" ' . $ twitter_uri . '"> ' . $ twitter_username . '</a></li> ' . PHP_EOL ;
139
+ echo '<li><strong>Twitter:</strong> <a rel="external" href=" ' . $ twitter_uri . '"> ' . $ twitter_username . '</a></li> ' . PHP_EOL ;
140
140
}
141
141
if (isset ($ instagram_username ) && !empty ($ instagram_username ))
142
142
{
143
- echo '<li><strong>Instagram:</strong> <a href=" ' . $ instagram_uri . '"> ' . $ instagram_username . '</a></li> ' . PHP_EOL ;
143
+ echo '<li><strong>Instagram:</strong> <a rel="external" href=" ' . $ instagram_uri . '"> ' . $ instagram_username . '</a></li> ' . PHP_EOL ;
144
144
}
145
145
if (isset ($ skype_username ) && !empty ($ skype_username ))
146
146
{
147
147
echo '<li><strong>Skype:</strong> <a href=" ' . $ skype_uri . '"> ' . $ skype_username . '</a></li> ' . PHP_EOL ;
148
148
}
149
149
if (isset ($ website ) && !empty ($ website ))
150
150
{
151
- echo '<li><strong>Website:</strong> <a href=" ' . $ website . '"> ' . $ website . '</a></li> ' . PHP_EOL ;
151
+ echo '<li><strong>Website:</strong> <a rel="external" href=" ' . $ website . '"> ' . $ website . '</a></li> ' . PHP_EOL ;
152
152
}
153
153
echo '</ul> ' ;
154
154
}?>
0 commit comments