Snipegallery 3.1.4 > Admin / Import / Index.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Snipegallery 3.1.4

Download:
snipegallery-3.1.4.zip

Category:
Image Galleries

Archive Content:

Images

Inc

INSTALL

Layout

Rss

Thumbs

Content:

Admin > Faq

Admin > Fonts

Admin > Frames

Admin > Gallery

Admin > Images

Admin > Images > Icons

Admin > Images

Admin > Import

Admin

Admin > Js

Admin > Lang

Admin > Layout

Admin > Lib

Admin > Lib > Forms

Admin > Lib

Admin > Settings

Index.php:


<?php 
/**
* Import Index File
*
* Plain page explaining import options
*     
* @package      admin
* @author       A Gianotto <snipe <at> snipe <dot> net>
* @version 3.0
* @since 3.0
*/



$GALLERY_SECTION "import";
$PAGE_TITLE "Import Files";
include (
"../../inc/config.php");
include (
$cfg_admin_path."/lib/connect.php");
include (
$cfg_admin_path."/lib/admin.functions.php");


include (
"../layout/admin.header.php");  
?>

<h3>Snipe Gallery Image Import</h3>
<p>In addition to uploading images individually,  you may choose to import files into snipe gallery.  You may zip up the images and upload the zip file using the <b><a href="zip.php">zip import tool</a></b>,  or you may do a local import by uploading images into the specified directory and using the <b><a href="local.php">local import tool</a></b>.<p>


<?php
include ("../layout/admin.footer.php");   ?>    


Other Image Galleries Scripts:

WebMaster Resources Home

©RingsWorld.com