Share link to target="_blank"
This commit is contained in:
parent
b9da6a8352
commit
0fde535c86
2
user.php
2
user.php
|
@ -39,7 +39,7 @@ if(isset($_SESSION["uid"])){
|
||||||
if($fancy_urls){
|
if($fancy_urls){
|
||||||
echo("<a href='/config/profile'>config</a>");
|
echo("<a href='/config/profile'>config</a>");
|
||||||
echo(" - ");
|
echo(" - ");
|
||||||
echo('<a href="https://twitter.com/share?text=Ask%20me%20something&url=https%3A%2F%2Fask.fai.su%2Fuser%2F' . $p_user["username"] . '&ref_src=twsrc%5Etfw">share on twitter</a>');
|
echo('<a target="_blank" href="https://twitter.com/share?text=Ask%20me%20something&url=https%3A%2F%2Fask.fai.su%2Fuser%2F' . $p_user["username"] . '&ref_src=twsrc%5Etfw">share on twitter</a>');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
echo("<a href='/config.php?q=profile'>config</a>");
|
echo("<a href='/config.php?q=profile'>config</a>");
|
||||||
|
|
Loading…
Reference in New Issue