plugins/Gallery.php
changeset 26 023a21c8f47c
parent 18 c1c398349651
child 29 205d0534a0f2
equal deleted inserted replaced
25:d9f37d2ea2cf 26:023a21c8f47c
     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 ?>