diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 09:42:47 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 09:42:47 +0000 |
| commit | ae00f739445717885e2fc82e241bae38b7e58d44 (patch) | |
| tree | 96feb40e2ffbaa61a46500288d3e7a8fe831d155 /core/views | |
| parent | e35c154414ac73788645666b3e4e71722706c6cd (diff) | |
* Add thumbnail and resize dimensions to the item table and use them
properly in the theme.
* Move thumbnail and resize generation down into the model for
consistency.
* Add a sample thumbnail for albums
* Fix a bug in the ORM to clear the cache when we reload an object.
* Add Kohana docs to the scaffold.
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 28e18023..4bd0ef90 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -181,6 +181,9 @@ <li> <a href="http://codex.gallery2.org/Gallery3:Coding_Standards">Gallery3: Coding Standards</a> </li> + <li> + <a href="http://docs.kohanaphp.com/">Kohana Documentation</a> + </li> </ul> </div> </div> |
