equal
deleted
inserted
replaced
2 /* |
2 /* |
3 Plugin Name: Snapr |
3 Plugin Name: Snapr |
4 Plugin URI: http://enanocms.org/Enano.Img_Gallery |
4 Plugin URI: http://enanocms.org/Enano.Img_Gallery |
5 Description: Provides an intuitive image gallery system with a browser, viewer for individual images, upload interface, and comment system integration. |
5 Description: Provides an intuitive image gallery system with a browser, viewer for individual images, upload interface, and comment system integration. |
6 Author: Dan Fuhry |
6 Author: Dan Fuhry |
7 Version: 0.1 beta 1 |
7 Version: 0.1 beta 2 |
8 Author URI: http://enanocms.org/ |
8 Author URI: http://enanocms.org/ |
9 */ |
9 */ |
10 |
10 |
11 global $db, $session, $paths, $template, $plugins; // Common objects |
11 global $db, $session, $paths, $template, $plugins; // Common objects |
12 |
12 |
65 require( ENANO_ROOT . '/plugins/gallery/browser.php' ); |
65 require( ENANO_ROOT . '/plugins/gallery/browser.php' ); |
66 require( ENANO_ROOT . '/plugins/gallery/upload.php' ); |
66 require( ENANO_ROOT . '/plugins/gallery/upload.php' ); |
67 require( ENANO_ROOT . '/plugins/gallery/fetcher.php' ); |
67 require( ENANO_ROOT . '/plugins/gallery/fetcher.php' ); |
68 require( ENANO_ROOT . '/plugins/gallery/search.php' ); |
68 require( ENANO_ROOT . '/plugins/gallery/search.php' ); |
69 require( ENANO_ROOT . '/plugins/gallery/sidebar.php' ); |
69 require( ENANO_ROOT . '/plugins/gallery/sidebar.php' ); |
|
70 require( ENANO_ROOT . '/plugins/gallery/imagetag.php' ); |
70 |
71 |
71 ?> |
72 ?> |