about summary refs log tree commit diff
path: root/page.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-11-04 19:03:18 -0500
committerZach DeCook <zachdecook@gmail.com>2018-11-04 19:03:18 -0500
commit452b129ff5c30bc3a58cf69e0435b00d5975ab58 (patch)
treea102a1018c43608affcd78d59c441cd1abf1597f /page.php
parent1ae91210f38f0599702973a3e1664b3598fc52ae (diff)
downloadprosongsa-452b129ff5c30bc3a58cf69e0435b00d5975ab58.tar.gz
* Add simple page to view favs
Diffstat (limited to 'page.php')
-rw-r--r--page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.php b/page.php
index 8a2805d..d54acbb 100644
--- a/page.php
+++ b/page.php
@@ -198,7 +198,7 @@ function renderFavorite( $number )
 	if ( $favd )
 	{
 		$favd = strip_tags( $favd );
-		return "Song in favorites for $favd";
+		return "Song in <a href='favs.php?name=$name'>favorites for $favd</a>";
 	}
 	else
 	{