<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dragmen</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dragmen"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Dragmen"/>
	<updated>2026-06-18T23:37:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=What_jdoc_include_types_are_available%3F&amp;diff=11833</id>
		<title>What jdoc include types are available?</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=What_jdoc_include_types_are_available%3F&amp;diff=11833"/>
		<updated>2008-11-18T04:20:59Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Available jdoc:include types ===&lt;br /&gt;
Het volgende is een complete lijst van de beschikbare jdoc:include types:-&lt;br /&gt;
{{:Beschikbare jdoc include types}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Categorie:Beginners]]&lt;br /&gt;
[[Categorie:Templates]]&lt;br /&gt;
[[Categorie:Definitie lijsten]]&lt;br /&gt;
[[Categorie:Template FAQ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11832</id>
		<title>J1.5:Upgrading your template index file</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11832"/>
		<updated>2008-11-18T04:14:37Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Updaten van je index.php file===&lt;br /&gt;
&lt;br /&gt;
# Vervang &#039;&#039;&#039;_VALID_MOS&#039;&#039;&#039; met &#039;&#039;&#039;_JEXEC&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_absolute_path&#039;&#039;&#039; met &#039;&#039;&#039;$this-&amp;gt;baseUrl&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_live_site&#039;&#039;&#039; met &#039;&#039;&#039;$mainframe-&amp;gt;getCfg( &#039;live_site&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang fixed strings met translatable strings.  Bijvoorbeeld, vervang &#039;&#039;&#039;echo &#039;Hello&#039;&#039;&#039;&#039; met &#039;&#039;&#039;echo JText::_( &#039;Hello&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang calls to mosGetParam met calls to JRequest::getVar.  Bijvoorbeeld, vervang &#039;&#039;&#039;$id = mosGetParam( $_REQUEST, &#039;id&#039;, 0 );&#039;&#039;&#039; met &#039;&#039;&#039;$id = JRequest::getVar( &#039;id&#039;, 0 );&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosShowHead();&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosMainBody()&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosLoadModules( $position_name, $style );&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=$position_name style=$style /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Module Chrome/Style Conversion Chart====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Joomla! 1.0&lt;br /&gt;
!Joomla! 1.5&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
|rounded&lt;br /&gt;
|-&lt;br /&gt;
| -2&lt;br /&gt;
|xhtml&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
|raw&lt;br /&gt;
|-&lt;br /&gt;
|0 or leeg&lt;br /&gt;
|table&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Reference]][[Category:Templates]][[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11831</id>
		<title>J1.5:Upgrading your template index file</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11831"/>
		<updated>2008-11-18T04:14:06Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Updaten van je index.php file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Updaten van je index.php file===&lt;br /&gt;
&lt;br /&gt;
# Vervang &#039;&#039;&#039;_VALID_MOS&#039;&#039;&#039; met &#039;&#039;&#039;_JEXEC&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_absolute_path&#039;&#039;&#039; met &#039;&#039;&#039;$this-&amp;gt;baseUrl&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_live_site&#039;&#039;&#039; met &#039;&#039;&#039;$mainframe-&amp;gt;getCfg( &#039;live_site&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang fixed strings met translatable strings.  Bijvoorbeeld, vervang &#039;&#039;&#039;echo &#039;Hello&#039;&#039;&#039;&#039; with &#039;&#039;&#039;echo JText::_( &#039;Hello&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang calls to mosGetParam met calls to JRequest::getVar.  Bijvoorbeeld, vervang &#039;&#039;&#039;$id = mosGetParam( $_REQUEST, &#039;id&#039;, 0 );&#039;&#039;&#039; with &#039;&#039;&#039;$id = JRequest::getVar( &#039;id&#039;, 0 );&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosShowHead();&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosMainBody()&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosLoadModules( $position_name, $style );&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=$position_name style=$style /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Module Chrome/Style Conversion Chart====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Joomla! 1.0&lt;br /&gt;
!Joomla! 1.5&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
|rounded&lt;br /&gt;
|-&lt;br /&gt;
| -2&lt;br /&gt;
|xhtml&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
|raw&lt;br /&gt;
|-&lt;br /&gt;
|0 or leeg&lt;br /&gt;
|table&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Reference]][[Category:Templates]][[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11830</id>
		<title>Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11830"/>
		<updated>2008-11-18T04:12:41Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Het opzetten van de folder structuur */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Het doel van dit leerprogramma is als inleiding voor het creëren van Joomla templates. Het zal de essentiële files en de code die nodig is  behandelen om een basis template te creëren. De code wordt voorgesteld zodat men met zeer weinig wijzigingen kan worden gesneden en worden gekleefd&lt;br /&gt;
&lt;br /&gt;
== Het opzetten van de folder structuur ==&lt;br /&gt;
{{:Het opzetten van de folder structuur|Het opzetten van de folder structuur}}&lt;br /&gt;
{{:Hoe de files te bewerken|Hoe de files te bewerken}}&lt;br /&gt;
&lt;br /&gt;
== Het creeren van een basis templateDetails.xml file ==&lt;br /&gt;
{{:Het creeren van een basis templateDetails.xml file}}&lt;br /&gt;
&lt;br /&gt;
== Het creeren van een basis index.php file ==&lt;br /&gt;
{{:Hert creeren van een basis index file}}&lt;br /&gt;
{{:Het testen van de template}}&lt;br /&gt;
&lt;br /&gt;
== Conclusie==&lt;br /&gt;
&lt;br /&gt;
Je hebt nu een template gemaakt dat werkt. Het lijkt nog niet veel momenteel. Het beste om te doen nu is te te experimenteren zonder de opmaak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11829</id>
		<title>Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11829"/>
		<updated>2008-11-18T04:11:08Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Het doel van dit leerprogramma is als inleiding voor het creëren van Joomla templates. Het zal de essentiële files en de code die nodig is  behandelen om een basis template te creëren. De code wordt voorgesteld zodat men met zeer weinig wijzigingen kan worden gesneden en worden gekleefd&lt;br /&gt;
&lt;br /&gt;
== Het opzetten van de folder structuur ==&lt;br /&gt;
{{:Het opzetten van de folder structuur|Het opzetten van de folder structuur}}&lt;br /&gt;
{{:How to edit the files|How to edit the files}}&lt;br /&gt;
== Het creeren van een basis templateDetails.xml file ==&lt;br /&gt;
{{:Het creeren van een basis templateDetails.xml file}}&lt;br /&gt;
&lt;br /&gt;
== Het creeren van een basis index.php file ==&lt;br /&gt;
{{:Hert creeren van een basis index file}}&lt;br /&gt;
{{:Het testen van de template}}&lt;br /&gt;
&lt;br /&gt;
== Conclusie==&lt;br /&gt;
&lt;br /&gt;
Je hebt nu een template gemaakt dat werkt. Het lijkt nog niet veel momenteel. Het beste om te doen nu is te te experimenteren zonder de opmaak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11828</id>
		<title>Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11828"/>
		<updated>2008-11-18T04:09:43Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Het doel van dit leerprogramma is als inleiding van het creëren van Joomla templates. Het zal de essentiële files en de code die nodig is  behandelen om een basis template te creëren. De code wordt voorgesteld zodat men met zeer weinig wijzigingen kan worden gesneden en worden gekleefd&lt;br /&gt;
&lt;br /&gt;
== Het opzetten van de folder structuur ==&lt;br /&gt;
{{:Het opzetten van de folder structuur|Het opzetten van de folder structuur}}&lt;br /&gt;
{{:How to edit the files|How to edit the files}}&lt;br /&gt;
== Het creeren van een basis templateDetails.xml file ==&lt;br /&gt;
{{:Het creeren van een basis templateDetails.xml file}}&lt;br /&gt;
&lt;br /&gt;
== Het creeren van een basis index.php file ==&lt;br /&gt;
{{:Hert creeren van een basis index file}}&lt;br /&gt;
{{:Het testen van de template}}&lt;br /&gt;
&lt;br /&gt;
== Conclusie==&lt;br /&gt;
&lt;br /&gt;
Je hebt nu een template gemaakt dat werkt. Het lijkt nog niet veel momenteel. Het beste om te doen nu is te te experimenteren zonder de opmaak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11826</id>
		<title>Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11826"/>
		<updated>2008-11-18T03:59:01Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed. &lt;br /&gt;
&lt;br /&gt;
== Het opzetten van de folder structuur ==&lt;br /&gt;
{{:Het opzetten van de folder structuur|Het opzetten van de folder structuur}}&lt;br /&gt;
{{:How to edit the files|How to edit the files}}&lt;br /&gt;
== Het creeren van een basis templateDetails.xml file ==&lt;br /&gt;
{{:Het creeren van een basis templateDetails.xml file}}&lt;br /&gt;
&lt;br /&gt;
== Het creeren van een basis index.php file ==&lt;br /&gt;
{{:Hert creeren van een basis index file}}&lt;br /&gt;
{{:Het testen van de template}}&lt;br /&gt;
&lt;br /&gt;
== Conclusie==&lt;br /&gt;
&lt;br /&gt;
Je hebt nu een template gemaakt dat werkt. Het lijkt nog niet veel momenteel. Het beste om te doen nu is te te experimenteren zonder de opmaak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11822</id>
		<title>Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11822"/>
		<updated>2008-11-18T03:54:53Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed. &lt;br /&gt;
&lt;br /&gt;
== Setting up a directory structure ==&lt;br /&gt;
{{:Setting up a directory structure|Setting up a directory structure}}&lt;br /&gt;
{{:How to edit the files|How to edit the files}}&lt;br /&gt;
== Het creeren van een basis templateDetails.xml file ==&lt;br /&gt;
{{:Het creeren van een basis templateDetails.xml file}}&lt;br /&gt;
&lt;br /&gt;
== Creating a basic index.php file ==&lt;br /&gt;
{{:Creating a basic index file}}&lt;br /&gt;
{{:Testing the template}}&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
Je hebt nu een template gemaakt dat werkt. Het lijkt nog niet veel momenteel. Het beste om te doen nu is te te experimenteren zonder de opmaak.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11821</id>
		<title>Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Creating_a_basic_Joomla!_template&amp;diff=11821"/>
		<updated>2008-11-18T03:51:10Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Creating a basic templateDetails.xml file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this tutorial is to serve as an introduction to creating Joomla! templates. It will cover the essential files and code needed to create a basic template. The code is presented so it can be cut and pasted with very little modification needed. &lt;br /&gt;
&lt;br /&gt;
== Setting up a directory structure ==&lt;br /&gt;
{{:Setting up a directory structure|Setting up a directory structure}}&lt;br /&gt;
{{:How to edit the files|How to edit the files}}&lt;br /&gt;
== Het creeren van een basis templateDetails.xml file ==&lt;br /&gt;
{{:Het creeren van een basis templateDetails.xml file}}&lt;br /&gt;
&lt;br /&gt;
== Creating a basic index.php file ==&lt;br /&gt;
{{:Creating a basic index file}}&lt;br /&gt;
{{:Testing the template}}&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
You should now have created a template that works. It won&#039;t look like much yet. The best thing to do now is start experimenting with the layout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Customising_the_Milky_Way_template&amp;diff=11815</id>
		<title>J1.5:Customising the Milky Way template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Customising_the_Milky_Way_template&amp;diff=11815"/>
		<updated>2008-11-18T03:28:20Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Dit is één van de meest gevraagde pagina&#039;s op deze wiki.  Kamn iemand een of meerdere voorstel Can someone at least suggest one or more items that should be included on this page? [[User:Chris Davenport|Chris Davenport]] 13:38, 21 May 2008 (EDT)&lt;br /&gt;
&amp;lt;BR /&amp;gt;&lt;br /&gt;
&amp;lt;BR /&amp;gt;[[Tutorial: How to replace the Joomla! logo.]]&lt;br /&gt;
&amp;lt;BR /&amp;gt;[[Tutorial:Create a copy of the MilkyWay Template|Create a copy of the Milkyway Template]] &amp;gt; With Dreamweaver, create a copy of the MilkyWay template and replace the Joomla! logo [[User:Direccion creativa|Alessandro Rancati]], 5 June 2008&lt;br /&gt;
&amp;lt;BR /&amp;gt;&lt;br /&gt;
Adding new parameters&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;You asked for a list of what could be included in this document to be of &lt;br /&gt;
help.&amp;amp;nbsp; I&#039;m including a list of what I&#039;ve struggled with, including a couple &lt;br /&gt;
of items I am still attempting to figure out.&amp;amp;nbsp; I&#039;ve also included some &lt;br /&gt;
additional ideas for extended discussions.&amp;amp;nbsp; Note, I have a fairly technical &lt;br /&gt;
programming background (yet it&#039;s been several years since I&#039;ve programmed other &lt;br /&gt;
than html), and am still a novice at CSS, especially where the absolute &lt;br /&gt;
positioning is used.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Time permitting, I&#039;ll plan to come back to add detailed information and steps &lt;br /&gt;
for the parts I understand.&amp;amp;nbsp; If you know how to do any of these and want to include the specifics, please feel free to do so. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Here is my list of what I&#039;ve looked to modify in this template.  Many I eventually found through &lt;br /&gt;
hunting around and numerous trials.  Others I&#039;m still trying to figure out.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;Adjust colors and other attributes for various parts of a page display, &lt;br /&gt;
	such as:&amp;lt;br&amp;gt;&lt;br /&gt;
	1) Color of the page heading.&amp;lt;br&amp;gt;&lt;br /&gt;
	2) Color of the menu links, and behaviors when hover, or active, or visited&amp;lt;br&amp;gt;&lt;br /&gt;
	3) Input boxes.&amp;lt;br&amp;gt;&lt;br /&gt;
	4) The search box background and text colors.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;Modify footer content.&amp;amp;nbsp; Add or remove parts.&amp;amp;nbsp; Move footer &lt;br /&gt;
	outside of the main area (adjust the background so it appears separate from &lt;br /&gt;
	the main body).&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;Here&#039;s one I haven&#039;t figured out yet:&amp;lt;br&amp;gt;&lt;br /&gt;
	- How to move or modify the Copyright statement that appear just below the &lt;br /&gt;
	page content.&amp;amp;nbsp; It appears to be part of the page content but really &lt;br /&gt;
	isn&#039;t.&amp;amp;nbsp; I&#039;d prefer to move this into the footer section, or at a &lt;br /&gt;
	minimum have a horizontal rule just above it.&amp;amp;nbsp; Any ideas???&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;How to create a new style attribute and make it available within the &lt;br /&gt;
	administrator&#039;s edit content page.&amp;amp;nbsp; This would be used so one section &lt;br /&gt;
	of text in the middle of a paragraph could be easily highlighted without &lt;br /&gt;
	just picking a different font/bold/italic/underline/color, and could also &lt;br /&gt;
	include a different size, something that is not available within the editor &lt;br /&gt;
	menus.&amp;amp;nbsp; (Note, I tried utilizing the various heading controls (h3, h4, &lt;br /&gt;
	h5) for this, except they each forced the associated text to a new line.&amp;amp;nbsp; &lt;br /&gt;
	Maybe, an &amp;amp;quot;inline&amp;amp;quot; parameter will resolve this.&amp;amp;nbsp; Still need to give &lt;br /&gt;
	this a try.)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Another discussion that might be helpful as a separate or extended article is &lt;br /&gt;
a discussion of moving or removing certain content items.&amp;amp;nbsp; This can be done &lt;br /&gt;
in the template, or it can be done within Joomla just by selecting a different &lt;br /&gt;
&amp;amp;quot;position&amp;amp;quot; for the module.&amp;amp;nbsp; For the newbies, understanding the options &lt;br /&gt;
would be a great help.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Also, a discussion on the images that make up the various components, such as &lt;br /&gt;
the rounded corner borders around the menus.&amp;amp;nbsp; Maybe someone wants square &lt;br /&gt;
corners, or maybe they want very narrow (or simply lines) along the left, right, &lt;br /&gt;
and bottom, and want a wider border along the top.&amp;amp;nbsp; A discussion of the &lt;br /&gt;
images used to create the border and how to edit them would be interesting.&amp;amp;nbsp; &lt;br /&gt;
(Note:&amp;amp;nbsp; In the &amp;amp;quot;how to edit&amp;amp;quot;, I suggest &amp;lt;i&amp;gt;only&amp;lt;/i&amp;gt; recommendations that &lt;br /&gt;
the size of each image be maintained, or a discussion that if the size is &lt;br /&gt;
changed what might need to be altered in the template for the new sizes to work &lt;br /&gt;
properly.)&amp;amp;nbsp; This may appear to be outside the direct scope of Joomla, but &lt;br /&gt;
can be helpful for those wanting a different look and feel, especially where the &lt;br /&gt;
CSS and template updates are necessary.&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11814</id>
		<title>J1.5:Upgrading your template index file</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11814"/>
		<updated>2008-11-18T03:25:21Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Module Chrome/Style Conversion Chart */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Updaten van je index.php file===&lt;br /&gt;
&lt;br /&gt;
# Vervang &#039;&#039;&#039;_VALID_MOS&#039;&#039;&#039; met &#039;&#039;&#039;_JEXEC&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_absolute_path&#039;&#039;&#039; met &#039;&#039;&#039;$this-&amp;gt;baseUrl&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_live_site&#039;&#039;&#039; met &#039;&#039;&#039;$mainframe-&amp;gt;getCfg( &#039;live_site&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang fixed strings met translatable strings.  Bijvoorbeeld, replace &#039;&#039;&#039;echo &#039;Hello&#039;&#039;&#039;&#039; with &#039;&#039;&#039;echo JText::_( &#039;Hello&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang calls to mosGetParam met calls to JRequest::getVar.  Bijvoorbeeld, replace &#039;&#039;&#039;$id = mosGetParam( $_REQUEST, &#039;id&#039;, 0 );&#039;&#039;&#039; with &#039;&#039;&#039;$id = JRequest::getVar( &#039;id&#039;, 0 );&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosShowHead();&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosMainBody()&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosLoadModules( $position_name, $style );&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=$position_name style=$style /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Module Chrome/Style Conversion Chart====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Joomla! 1.0&lt;br /&gt;
!Joomla! 1.5&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
|rounded&lt;br /&gt;
|-&lt;br /&gt;
| -2&lt;br /&gt;
|xhtml&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
|raw&lt;br /&gt;
|-&lt;br /&gt;
|0 or leeg&lt;br /&gt;
|table&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Reference]][[Category:Templates]][[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11813</id>
		<title>J1.5:Upgrading your template index file</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11813"/>
		<updated>2008-11-18T03:24:34Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Updaten van je index.php file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Updaten van je index.php file===&lt;br /&gt;
&lt;br /&gt;
# Vervang &#039;&#039;&#039;_VALID_MOS&#039;&#039;&#039; met &#039;&#039;&#039;_JEXEC&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_absolute_path&#039;&#039;&#039; met &#039;&#039;&#039;$this-&amp;gt;baseUrl&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_live_site&#039;&#039;&#039; met &#039;&#039;&#039;$mainframe-&amp;gt;getCfg( &#039;live_site&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang fixed strings met translatable strings.  Bijvoorbeeld, replace &#039;&#039;&#039;echo &#039;Hello&#039;&#039;&#039;&#039; with &#039;&#039;&#039;echo JText::_( &#039;Hello&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang calls to mosGetParam met calls to JRequest::getVar.  Bijvoorbeeld, replace &#039;&#039;&#039;$id = mosGetParam( $_REQUEST, &#039;id&#039;, 0 );&#039;&#039;&#039; with &#039;&#039;&#039;$id = JRequest::getVar( &#039;id&#039;, 0 );&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosShowHead();&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosMainBody()&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosLoadModules( $position_name, $style );&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=$position_name style=$style /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Module Chrome/Style Conversion Chart====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Joomla! 1.0&lt;br /&gt;
!Joomla! 1.5&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
|rounded&lt;br /&gt;
|-&lt;br /&gt;
| -2&lt;br /&gt;
|xhtml&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
|raw&lt;br /&gt;
|-&lt;br /&gt;
|0 or empty&lt;br /&gt;
|table&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Reference]][[Category:Templates]][[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11812</id>
		<title>J1.5:Upgrading your template index file</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11812"/>
		<updated>2008-11-18T03:24:05Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Updaten van je index.php file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Updaten van je index.php file===&lt;br /&gt;
&lt;br /&gt;
# Vervang &#039;&#039;&#039;_VALID_MOS&#039;&#039;&#039; met &#039;&#039;&#039;_JEXEC&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_absolute_path&#039;&#039;&#039; met &#039;&#039;&#039;$this-&amp;gt;baseUrl&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_live_site&#039;&#039;&#039; met &#039;&#039;&#039;$mainframe-&amp;gt;getCfg( &#039;live_site&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang fixed strings met translatable strings.  Bijvoorbeeld, replace &#039;&#039;&#039;echo &#039;Hello&#039;&#039;&#039;&#039; with &#039;&#039;&#039;echo JText::_( &#039;Hello&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang calls to mosGetParam with calls to JRequest::getVar.  Bijvoorbeeld, replace &#039;&#039;&#039;$id = mosGetParam( $_REQUEST, &#039;id&#039;, 0 );&#039;&#039;&#039; with &#039;&#039;&#039;$id = JRequest::getVar( &#039;id&#039;, 0 );&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosShowHead();&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosMainBody()&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosLoadModules( $position_name, $style );&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=$position_name style=$style /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Module Chrome/Style Conversion Chart====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Joomla! 1.0&lt;br /&gt;
!Joomla! 1.5&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
|rounded&lt;br /&gt;
|-&lt;br /&gt;
| -2&lt;br /&gt;
|xhtml&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
|raw&lt;br /&gt;
|-&lt;br /&gt;
|0 or empty&lt;br /&gt;
|table&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Reference]][[Category:Templates]][[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11811</id>
		<title>J1.5:Upgrading your template index file</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Upgrading_your_template_index_file&amp;diff=11811"/>
		<updated>2008-11-18T03:23:21Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Upgrading your index.php file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Updaten van je index.php file===&lt;br /&gt;
&lt;br /&gt;
# Vervang &#039;&#039;&#039;_VALID_MOS&#039;&#039;&#039; met &#039;&#039;&#039;_JEXEC&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_absolute_path&#039;&#039;&#039; met &#039;&#039;&#039;$this-&amp;gt;baseUrl&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;$mosConfig_live_site&#039;&#039;&#039; met &#039;&#039;&#039;$mainframe-&amp;gt;getCfg( &#039;live_site&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Vervang fixed strings met translatable strings.  Bijvoorbeeld, replace &#039;&#039;&#039;echo &#039;Hello&#039;&#039;&#039;&#039; with &#039;&#039;&#039;echo JText::_( &#039;Hello&#039; )&#039;&#039;&#039;&lt;br /&gt;
# Replace calls to mosGetParam with calls to JRequest::getVar.  Bijvoorbeeld, replace &#039;&#039;&#039;$id = mosGetParam( $_REQUEST, &#039;id&#039;, 0 );&#039;&#039;&#039; with &#039;&#039;&#039;$id = JRequest::getVar( &#039;id&#039;, 0 );&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosShowHead();&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosMainBody()&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
# Vervang &#039;&#039;&#039;mosLoadModules( $position_name, $style );&#039;&#039;&#039; met &#039;&#039;&#039;&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=$position_name style=$style /&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Module Chrome/Style Conversion Chart====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Joomla! 1.0&lt;br /&gt;
!Joomla! 1.5&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
|rounded&lt;br /&gt;
|-&lt;br /&gt;
| -2&lt;br /&gt;
|xhtml&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
|raw&lt;br /&gt;
|-&lt;br /&gt;
|0 or empty&lt;br /&gt;
|table&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Reference]][[Category:Templates]][[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=What_is_the_typical_template_directory_structure%3F&amp;diff=11810</id>
		<title>What is the typical template directory structure?</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=What_is_the_typical_template_directory_structure%3F&amp;diff=11810"/>
		<updated>2008-11-18T03:18:26Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: /* Typical Template Directory Structure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Typische Template Folder Structuur===&lt;br /&gt;
It is most common for a template to have at least four files:&lt;br /&gt;
* index.php&lt;br /&gt;
: Provides the logic for the display and positioning of modules and components.&lt;br /&gt;
* template.css&lt;br /&gt;
: Handles the presentational aspects of the template including specifications for margins, fonts, headings, image borders, list formatting, etc.&lt;br /&gt;
* templateDetails.xml&lt;br /&gt;
: Holds meta-information related to the template and used by the Installer and the Template Manager.&lt;br /&gt;
* template_thumbnail.ext - replace .ext with the extension format of the image (.jpg, .png, .gif)&lt;br /&gt;
: Generally a 200x150 pixel image that is shown when the cursor is held over the template name in the Template Manager.  This gives the Administrator a snapshot view of the template before applying it to the Site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{:Typical template directory structure}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]][[Category:Definition lists]][[Category:Beginners]]&lt;br /&gt;
[[Category:Template FAQ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Typical_template_directory_structure&amp;diff=11809</id>
		<title>Typical template directory structure</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Typical_template_directory_structure&amp;diff=11809"/>
		<updated>2008-11-18T03:14:35Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Een typische template voor Joomla! 1.5 zal de volgende folders omvatten:&lt;br /&gt;
* css - bevat alle .css dossiers&lt;br /&gt;
* html - bevat de template override files for core output and module chrome&lt;br /&gt;
* images - bevat alle plaatjes die nodig zijn voor de template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Itemised lists]][[Category:Reference]][[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Typical_template_directory_structure&amp;diff=11808</id>
		<title>Typical template directory structure</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Typical_template_directory_structure&amp;diff=11808"/>
		<updated>2008-11-18T03:14:14Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Een typische template voor Joomla! 1.5 zal de volgende folders omvatten:&lt;br /&gt;
* css - bevat alle .css dossiers&lt;br /&gt;
* html - bevat de template override files for core output and module chrome&lt;br /&gt;
* images - bevat alle plaatjes die nodig zijn voor de templat.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Itemised lists]][[Category:Reference]][[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11807</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11807"/>
		<updated>2008-11-18T03:09:41Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeer via het Administrator Paneel&#039;&#039;&#039; (Pakketbestand)&lt;br /&gt;
&lt;br /&gt;
Log in de back-end van je site (&#039;&#039;www.jou-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Klik op: Extensies -&amp;gt; Installeer/deinstalleer&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
Je ziet de pagina &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Vanaf hier, kan je templates, Plugins, Modules, Componenten en Talen installeren&lt;br /&gt;
Je hebt 3 opties:&lt;br /&gt;
*  Upload Pakketbestand - (select a package from your PC, upload and install it)&lt;br /&gt;
* Installeer vanuit map - (enter the path where the package is located on your server)&lt;br /&gt;
* Installeer vanuit URL - (enter the URL to the package)&lt;br /&gt;
Hier kiezen we de eerste optie : Upload pakketbestand&lt;br /&gt;
&lt;br /&gt;
Selecteer het pakket van je Pc en klik op de knop &amp;quot;Upload bestand &amp;amp; Installeer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Als het pakket geen fouten bevat, ben je klaar en krijg je vervolgens een succes bericht zoals hieronder aangegeven is.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeren via FTP&#039;&#039;&#039; (uitgepakte template file)&lt;br /&gt;
&lt;br /&gt;
Templates kunnen  ook geinstalleerd worden zoder ze in te pakken. Selecteer eenvoudig de template folder op je PC en upload het naar je server, gebruik je favoriete FTP software. Ben er zeker van dat je de template upload naar de juiste directory, te weten : /&#039;&#039;pad_naar_joomla&#039;&#039;/templates/ - waar /&#039;&#039;pad_naar_joomla&#039;&#039;/ is de locatie van je joomla! installatie op de server. Deze  methode wordt meestal gebruikt als je zelf een template hebt gemaakt, en je wilt de template niet ingepakt hebben, of als je meer dan een template wilt uploaden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Probeer niet via FTP om Componenten te installeren, Modules en Plugins als je een beginner bent. Deze items maken gebruik van database entries welke moeten worden opgenomen als die manueel moet worden opgenomen als je het pakketbestand mijdt.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11806</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11806"/>
		<updated>2008-11-18T03:07:38Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeer via het Administrator Paneel&#039;&#039;&#039; (Pakketbestand)&lt;br /&gt;
&lt;br /&gt;
Log in de back-end van je site (&#039;&#039;www.jou-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Klik op: Extensies -&amp;gt; Installeer/deinstalleer&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
Je ziet de pagina &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Vanaf hier, kan je templates, Plugins, Modules, Componenten en Talen installeren&lt;br /&gt;
Je hebt 3 opties:&lt;br /&gt;
* Upload Pakketbestand - (select a package from your PC, upload and install it)&lt;br /&gt;
* Installeer vanuit map - (enter the path where the package is located on your server)&lt;br /&gt;
* Installeer vanuit URL - (enter the URL to the package)&lt;br /&gt;
Hier, kiezen we de eerste optiee : Upload pakketbestand&lt;br /&gt;
&lt;br /&gt;
Selecteer het pakket van je Pc en klik op de knop &amp;quot;Upload bestand &amp;amp; Installeer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Als het pakket geen fouten bevat, ben je klaar en krijg je vervolgens een succes bericht zoals hieronder aangegeven is.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeren via FTP&#039;&#039;&#039; (uitgepakte template file)&lt;br /&gt;
&lt;br /&gt;
Templates kunnen  ook geinstalleerd worden zoder ze in te pakken. Selecteer eenvoudig de template folder op je PC en upload het naar je server, gebruik je favoriete FTP software. Ben er zeker van dat je de template upload naar de juiste directory, te weten : /&#039;&#039;pad_naar_joomla&#039;&#039;/templates/ - waar /&#039;&#039;pad_naar_joomla&#039;&#039;/ is de locatie van je joomla! installatie op de server. Deze  methode wordt meestal gebruikt als je zelf een template hebt gemaakt, en je wilt de template niet ingepakt hebben, of als je meer dan een template wilt uploaden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Probeer niet via FTP om Componenten te installeren, Modules en Plugins als je een beginner bent. Deze items maken gebruik van database entries welke moeten worden opgenomen als die manueel moet worden opgenomen als je het pakketbestand mijdt.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11805</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11805"/>
		<updated>2008-11-18T02:57:44Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeer via het Administrator Paneel&#039;&#039;&#039; (Pakketbestand)&lt;br /&gt;
&lt;br /&gt;
Log in de back-end van je site (&#039;&#039;www.jou-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Klik op: Extensies -&amp;gt; Installeer/deinstalleer&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
Je ziet de pagina &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Vanaf hier, kan je templates, Plugins, Modules, Componenten en Talen installeren&lt;br /&gt;
Je hebt 3 opties:&lt;br /&gt;
* Upload Pakketbestand - (select a package from your PC, upload and install it)&lt;br /&gt;
* Installeer vanuit map - (enter the path where the package is located on your server)&lt;br /&gt;
* Installeer vanuit URL - (enter the URL to the package)&lt;br /&gt;
Hier, kiezen we de eerste optiee : Upload pakketbestand&lt;br /&gt;
&lt;br /&gt;
Selecteer het pakket van je Pc en klik op de knop &amp;quot;Upload bestand &amp;amp; Installeer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Als het pakket geen fouten bevat, ben je klaar en krijg je vervolgens een succes bericht zoals hieronder aangegeven is.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeren via FTP&#039;&#039;&#039; (uitgepakte template file)&lt;br /&gt;
&lt;br /&gt;
Templates kunnen  ook geinstalleerd worden zoder ze in te pakken. Selecteer eenvoudig de template folder op je PC en upload het naar je server, gebruik je favoriete FTP software. Ben er zeker van dat je de template upload naar de juiste directory, te weten : /&#039;&#039;pad_naar_joomla&#039;&#039;/templates/ - waar /&#039;&#039;pad_naar_joomla&#039;&#039;/ is de locatie van je joomla! installatie op de server. Deze  methode wordt meestal gebruikt als je zelf een template hebt gemaakt, en je wilt de template niet ingepakt hebben, of als je meer dan een template wilt uploaden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Probeer niet via FTP om Componenten te installeren, Modules en Plugins als je een beginner bent. Deze items maken gebruik van database entries welke moeten worden opgenomen als which have to be inserted manually if you bypass the package installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11802</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11802"/>
		<updated>2008-11-18T02:41:19Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeer via het Administrator Paneel&#039;&#039;&#039; (Pakketbestand)&lt;br /&gt;
&lt;br /&gt;
Log in de back-end van je site (&#039;&#039;www.jou-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Klik op: Extensies -&amp;gt; Installeer/deinstalleer&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
Je ziet de pagina &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Vanaf hier, kan je templates, Plugins, Modules, Componenten en Talen installeren&lt;br /&gt;
Je hebt 3 opties:&lt;br /&gt;
* Upload Pakketbestand - (select a package from your PC, upload and install it)&lt;br /&gt;
* Installeer vanuit map - (enter the path where the package is located on your server)&lt;br /&gt;
* Installeer vanuit URL - (enter the URL to the package)&lt;br /&gt;
Hier, kiezen we de eerste optiee : Upload pakketbestand&lt;br /&gt;
&lt;br /&gt;
Selecteer het pakket van je Pc en klik op de knop &amp;quot;Upload bestand &amp;amp; Installeer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Als het pakket geen fouten bevat, ben je klaar en krijg je vervolgens een succes bericht zoals hieronder aangegeven is.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install via FTP&#039;&#039;&#039; (unpacked template file)&lt;br /&gt;
&lt;br /&gt;
Templates can also be installed via FTP without packaging them. Simply select the template folder on your PC and upload it to your server, using your favorite FTP software. Be sure you upload the template folder to the directory: /&#039;&#039;path_to_joomla&#039;&#039;/templates/ - where /&#039;&#039;path_to_joomla&#039;&#039;/ is the location of your Joomla! installation on the server. This method is mostly used when you have created a template yourself, and do not want to have to package it to install the template, or if you want to upload more than one template at once.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Do not try to use FTP to install Components, Modules and Plugins if you are a beginner/novice. These items need database entries which have to be inserted manually if you bypass the package installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Tpl_tut_install_template_1.png&amp;diff=11801</id>
		<title>File:Tpl tut install template 1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Tpl_tut_install_template_1.png&amp;diff=11801"/>
		<updated>2008-11-18T02:35:56Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Template tutorial installeer template Fig.1&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11800</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11800"/>
		<updated>2008-11-18T02:34:30Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeer via het Administrator Paneel&#039;&#039;&#039; (Pakketbestand)&lt;br /&gt;
&lt;br /&gt;
Log in de back-end van je site (&#039;&#039;www.jou-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Klik op: Extensies -&amp;gt; Installeer/deinstalleer&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
Je ziet de pagina &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Vanaf hier, kan je templates, Plugins, Modules, Componenten en Talen installeren&lt;br /&gt;
Je hebt 3 opties:&lt;br /&gt;
* Upload Pakketbestand - (select a package from your PC, upload and install it)&lt;br /&gt;
* Installeer vanuit map - (enter the path where the package is located on your server)&lt;br /&gt;
* Installeer vanuit URL - (enter the URL to the package)&lt;br /&gt;
Hier, kiezen we de eerste optiee : Upload pakketbestand&lt;br /&gt;
&lt;br /&gt;
Selecteer the package from your PC and click the button &amp;quot;Upload File &amp;amp; Install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the package contains no errors you are done and get a success message like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install via FTP&#039;&#039;&#039; (unpacked template file)&lt;br /&gt;
&lt;br /&gt;
Templates can also be installed via FTP without packaging them. Simply select the template folder on your PC and upload it to your server, using your favorite FTP software. Be sure you upload the template folder to the directory: /&#039;&#039;path_to_joomla&#039;&#039;/templates/ - where /&#039;&#039;path_to_joomla&#039;&#039;/ is the location of your Joomla! installation on the server. This method is mostly used when you have created a template yourself, and do not want to have to package it to install the template, or if you want to upload more than one template at once.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Do not try to use FTP to install Components, Modules and Plugins if you are a beginner/novice. These items need database entries which have to be inserted manually if you bypass the package installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11799</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11799"/>
		<updated>2008-11-18T02:29:17Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installeer via het Administrator Paneel&#039;&#039;&#039; (Pakketbestand)&lt;br /&gt;
&lt;br /&gt;
Log in de back-end van je site (&#039;&#039;www.jou-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Klik op: Extensies -&amp;gt; Installeer/deinstalleer&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
Je ziet de pagina &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
From here you can install your Templates, Plugins, Modules, Components and Languages. You have three options:&lt;br /&gt;
* Upload Package File - (select a package from your PC, upload and install it)&lt;br /&gt;
* Install from Directory - (enter the path where the package is located on your server)&lt;br /&gt;
* Install from URL - (enter the URL to the package)&lt;br /&gt;
Here, we choose the first method: Upload Package File&lt;br /&gt;
&lt;br /&gt;
Select the package from your PC and click the button &amp;quot;Upload File &amp;amp; Install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the package contains no errors you are done and get a success message like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install via FTP&#039;&#039;&#039; (unpacked template file)&lt;br /&gt;
&lt;br /&gt;
Templates can also be installed via FTP without packaging them. Simply select the template folder on your PC and upload it to your server, using your favorite FTP software. Be sure you upload the template folder to the directory: /&#039;&#039;path_to_joomla&#039;&#039;/templates/ - where /&#039;&#039;path_to_joomla&#039;&#039;/ is the location of your Joomla! installation on the server. This method is mostly used when you have created a template yourself, and do not want to have to package it to install the template, or if you want to upload more than one template at once.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Do not try to use FTP to install Components, Modules and Plugins if you are a beginner/novice. These items need database entries which have to be inserted manually if you bypass the package installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11795</id>
		<title>J1.5:Installing a template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J1.5:Installing_a_template&amp;diff=11795"/>
		<updated>2008-11-18T02:24:13Z</updated>

		<summary type="html">&lt;p&gt;Dragmen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Het installeren van templates ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install via Admin Panel&#039;&#039;&#039; (packed template file)&lt;br /&gt;
&lt;br /&gt;
Log into the back-end of your site (&#039;&#039;www.your-site.com&#039;&#039;/administrator/)&lt;br /&gt;
&lt;br /&gt;
Click on: Extensions -&amp;gt; Install/Uninstall&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_1.png]]&lt;br /&gt;
&lt;br /&gt;
You see the page &amp;quot;Extension Manager&amp;quot;&lt;br /&gt;
&lt;br /&gt;
From here you can install your Templates, Plugins, Modules, Components and Languages. You have three options:&lt;br /&gt;
* Upload Package File - (select a package from your PC, upload and install it)&lt;br /&gt;
* Install from Directory - (enter the path where the package is located on your server)&lt;br /&gt;
* Install from URL - (enter the URL to the package)&lt;br /&gt;
Here, we choose the first method: Upload Package File&lt;br /&gt;
&lt;br /&gt;
Select the package from your PC and click the button &amp;quot;Upload File &amp;amp; Install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the package contains no errors you are done and get a success message like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tpl_tut_install_template_3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install via FTP&#039;&#039;&#039; (unpacked template file)&lt;br /&gt;
&lt;br /&gt;
Templates can also be installed via FTP without packaging them. Simply select the template folder on your PC and upload it to your server, using your favorite FTP software. Be sure you upload the template folder to the directory: /&#039;&#039;path_to_joomla&#039;&#039;/templates/ - where /&#039;&#039;path_to_joomla&#039;&#039;/ is the location of your Joomla! installation on the server. This method is mostly used when you have created a template yourself, and do not want to have to package it to install the template, or if you want to upload more than one template at once.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Do not try to use FTP to install Components, Modules and Plugins if you are a beginner/novice. These items need database entries which have to be inserted manually if you bypass the package installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Beginners]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Topics]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dragmen</name></author>
	</entry>
</feed>