mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 12:11:55 +02:00
Idea #1889 : Make site links in e107_admin/links.php clickable
This commit is contained in:
parent
23e966b0a6
commit
7f77ded0ae
@ -9,9 +9,9 @@
|
||||
* Administration Area - Site Links
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
|
||||
* $Revision: 1.21 $
|
||||
* $Date: 2009-04-26 19:24:42 $
|
||||
* $Author: e107steved $
|
||||
* $Revision: 1.22 $
|
||||
* $Date: 2009-04-29 01:51:12 $
|
||||
* $Author: bugrain $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -449,7 +449,7 @@ class links
|
||||
$text .= "
|
||||
</td>
|
||||
<td title='".$link_description."'".$subspacer.">
|
||||
".$subimage." ".$link_name."
|
||||
".$subimage." <a href='".$tp->replaceConstants(e_BASE.$row2['link_url'], true, true)."'>".$link_name."</a>
|
||||
</td>
|
||||
";
|
||||
$text .= "
|
||||
|
Loading…
x
Reference in New Issue
Block a user