Backend for songs.zachdecook.com
* Add link to Virtual Strummer
| -rw-r--r-- | page.php | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -183,7 +183,11 @@ function load_song( $number, $transp = 0 ) . renderFavorite( $number ) . "<pre>" . $song . "</pre>\n" . renderNavButtons( $number ) - . renderSS($suggestedSong, $songKeys, $transp); + . renderSS($suggestedSong, $songKeys, $transp) + // If you have gitlab.com/earboxer/VirtualStrummer at this path (and prosongsa at /tabs), + // this link will open this song there. + . "<a class='btn btn-Ab' href=/VirtualStrummer?source=/tabs/?song=$number>Play me???</a>" + ; } function renderFavorite( $number ) |