From 65663a24f14bf544c8391c169239d0811eed4ffb Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 27 Jun 2005 08:40:23 +0000 Subject: move and break, move and break --- lib/album.lib.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/album.lib.php (limited to 'lib/album.lib.php') diff --git a/lib/album.lib.php b/lib/album.lib.php new file mode 100644 index 00000000..7d518ff8 --- /dev/null +++ b/lib/album.lib.php @@ -0,0 +1,31 @@ +format_album(); + $albums[] = $album; + } + + return $albums; + + +} // get_albums + + + + + +?> -- cgit