X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=songbook%2Fweb%2Fdisplayartist.php;h=a99fb5e115b4b0032c02c823842425959344f5f5;hb=4552e544af4d122043b047e137e1ad2de65835f2;hp=b13818f9637a3f4bbbc5f2d3201d24019fd4672d;hpb=92a2b6e641d8149d6c0fb79b671cdacb4c8686b5;p=clearscm.git diff --git a/songbook/web/displayartist.php b/songbook/web/displayartist.php deleted file mode 120000 index b13818f..0000000 --- a/songbook/web/displayartist.php +++ /dev/null @@ -1 +0,0 @@ -/web/php/songbook/displayartist.php \ No newline at end of file diff --git a/songbook/web/displayartist.php b/songbook/web/displayartist.php new file mode 100644 index 0000000..a99fb5e --- /dev/null +++ b/songbook/web/displayartist.php @@ -0,0 +1,47 @@ + + + + + + Songbook Artist + + + + + + +
+Home +

Andrew DeFaria's Songbook

+ +

+
+ +
+ +"; + +foreach ($artistsSongs as $artistSong) { + print "
  • "; + print basename ($artistSong, ".pro"); + print "
  • "; +} // foreach +?> + + +