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