diff -r d9f37d2ea2cf -r 023a21c8f47c plugins/Gallery.php --- a/plugins/Gallery.php Sat Feb 23 16:02:15 2008 -0500 +++ b/plugins/Gallery.php Thu May 15 21:09:04 2008 -0400 @@ -4,7 +4,7 @@ Plugin URI: http://enanocms.org/Enano.Img_Gallery Description: Provides an intuitive image gallery system with a browser, viewer for individual images, upload interface, and comment system integration. Author: Dan Fuhry -Version: 0.1 beta 1 +Version: 0.1 beta 2 Author URI: http://enanocms.org/ */ @@ -67,5 +67,6 @@ require( ENANO_ROOT . '/plugins/gallery/fetcher.php' ); require( ENANO_ROOT . '/plugins/gallery/search.php' ); require( ENANO_ROOT . '/plugins/gallery/sidebar.php' ); +require( ENANO_ROOT . '/plugins/gallery/imagetag.php' ); ?>