diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 05:55:34 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 05:55:34 +0000 |
commit | fa9dda4c01a1ebb1af34e51fb36c2b3f27eb8d6e (patch) | |
tree | 486944ef8b36fe9386444641ec6ab99ae0765e32 /core/views | |
parent | a089399e73cf52ebb7ac84c8db8b66db9664322b (diff) |
Create an initial attempt at the album controller, set it up with a default route
and add a link to it from the welcome page.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 51bc72e8..adea7543 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -88,6 +88,7 @@ <h2>Activities</h2> <p> + <?= html::anchor("album/1", "Browse Gallery") ?> </p> <h2>Documentation</h2> |