Index.php:
<?php
/**
* Frequently Asked Questions Index
*
* Provides some frequently asked questions and answers, as well as troubleshooting
* tips and links to where to find support.
*
* @package admin
* @author A Gianotto <snipe <at> snipe <dot> net>
* @since 3.0
* @version 3.0
*/
$GALLERY_SECTION = "faq";
$PAGE_TITLE = "FAQ";
include ("../../inc/config.php");
include ("../layout/admin.header.php");
?>
<h3>Frequently Asked Questions</h3>
<p><b>What is the difference between an "album" and a "gallery"?</b><br>
"Album" and "Gallery" are simply terms we use to show the difference between top level categories and sub-level categories. Albums are the top-level categories which can contain individual galleries, allowing you to quickly and easily organize your images.
</p>
<p><b>Where can I go for Snipe Gallery Support?</b><br>
Please visit the Snipe Gallery forums, available at <a href="http://www.snipegallery.com/forums/" target="_new">http://www.snipegallery.com/forums/</a>
</p>
<p><b>Where can I go for Snipe Gallery Documentation?</b><br>
Please visit the online documentation, available at <a href="http://snipegallery.com/docs/" target="_new">http://snipegallery.com/docs/</a>
</p>
<?php include ("../layout/admin.footer.php"); ?>
Other Image Galleries Scripts: