<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/component-install.dtd">
<install method="upgrade" type="component" version="1.5.0">
	<name>PhocaGallery</name>
	<creationDate>09/01/2009</creationDate>
	<author>Jan Pavelka (www.phoca.cz)</author>
	<authorEmail></authorEmail>
	<authorUrl>www.phoca.cz</authorUrl>
	<copyright>Jan Pavelka</copyright>
	<license>GNU/GPL</license>
	<!-- The version string is recorded in the components table -->
	<version>2.6.2</version>
	<!-- The description is optional and defaults to the name -->
	<description>Phoca Gallery</description>

	<!-- Install Database Section -->
	<install>
		<sql>
			<file driver="mysql" charset="utf8">install.sql</file>
		</sql>
	</install>

	<!-- Uninstall Database Section -->
	<uninstall>
		<sql>
			<file driver="mysql" charset="utf8">uninstall.sql</file>
		</sql>
	</uninstall>

	<!-- Custom Install Script to execute -->
	<installfile>install.phocagallery.php</installfile>

	<!-- Custom Uninstall Script to execute -->
	<uninstallfile>uninstall.phocagallery.php</uninstallfile>

	<!-- Administration -->
	<administration>
		
		
		<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu.png" link="option=com_phocagallery">Phoca Gallery</menu>
		<submenu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-control-panel.png" link="option=com_phocagallery">Control Panel</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-gal.png" link="option=com_phocagallery&amp;view=phocagallerys">Images</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-cat.png" link="option=com_phocagallery&amp;view=phocagallerycs">Categories</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-theme.png" link="option=com_phocagallery&amp;view=phocagalleryt">Themes</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-vote.png" link="option=com_phocagallery&amp;view=phocagalleryra">Category Rating</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-vote-img.png" link="option=com_phocagallery&amp;view=phocagalleryraimg">Image Rating</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-comment.png" link="option=com_phocagallery&amp;view=phocagallerycos">Category Comments</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-comment-img.png" link="option=com_phocagallery&amp;view=phocagallerycoimgs">Image Comments</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-users.png" link="option=com_phocagallery&amp;view=phocagalleryusers">Users</menu>
			<menu img="components/com_phocagallery/assets/images/icon-16-pg-menu-info.png" link="option=com_phocagallery&amp;view=phocagalleryin">Info</menu>
		</submenu>
		
	</administration>
</install>

