<?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=PierreC</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=PierreC"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/PierreC"/>
	<updated>2026-06-04T07:31:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Talk:Creating_a_basic_Joomla!_template&amp;diff=13362</id>
		<title>Talk:Creating a basic Joomla! template</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Talk:Creating_a_basic_Joomla!_template&amp;diff=13362"/>
		<updated>2009-03-03T11:41:20Z</updated>

		<summary type="html">&lt;p&gt;PierreC: /* index.php header stylesheet */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OK, something has gone wrong here. I edited the &amp;quot;creating an index.php file&amp;quot; and it went wrong - renamed itself 404.shtml. It refused to allow editing of the &amp;quot;creating&amp;quot; file so I tried making a new one &amp;quot;create&amp;quot;. Now I can&#039;t access either to edit them.&lt;br /&gt;
&lt;br /&gt;
Yeah, okay, I know why this is happening.  There is a mod_rewrite rule that looks for &amp;quot;index.php&amp;quot; and rewrites the URL in its SEF form.  This fails if &amp;quot;index.php&amp;quot; appears as part of the page name and so you get redirected to 404.shtml which is MediaWiki&#039;s &amp;quot;page not found&amp;quot; page.  I think the quick and easy fix is to simply avoid having &amp;quot;index.php&amp;quot; in page names.  [[User:Chris Davenport|Chris Davenport]] 10:29, 2 May 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
==A bit of craziness?==&lt;br /&gt;
What&#039;s happening toward the bottom of this page after &amp;quot;Finish it off - one last bit:&amp;quot;?  It seems like a bunch of code might have gotten accidentally pasted or something. [[User:Corsulian|Corsulian]] 14:36, 1 June 2008 (EDT)&lt;br /&gt;
:That &#039;&#039;bunch of code&#039;&#039; is the full template source explained in this tutorial and was included from &#039;&#039;another&#039;&#039; page but not wrapped in a PRE element to preserve the white space. I fixed all affected pages. --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[[User:CirTap|CirTap]] &amp;lt;small&amp;gt;([[User talk:CirTap|talk]] • [[Special:Contributions/CirTap|contribs]])&amp;lt;/small&amp;gt;&amp;lt;/span&amp;gt; 10:23, 2 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== How to edit ==&lt;br /&gt;
&lt;br /&gt;
I was going to make a basic proof reading change to the text, but all the edit screens do not show any text, only the headings between wouble curly brackets.  Is this because I am new, or because I am not too swift??&lt;br /&gt;
&lt;br /&gt;
Dave&lt;br /&gt;
&lt;br /&gt;
== How to edit ==&lt;br /&gt;
&lt;br /&gt;
I was going to make a basic proof reading change to the text, but all the edit screens do not show any text, only the headings between double curly brackets.  Is this because I am new, or because I am not too swift??&lt;br /&gt;
&lt;br /&gt;
Dave&lt;br /&gt;
&lt;br /&gt;
(sorry for the double post - veeerrry slow browser!)&lt;br /&gt;
&lt;br /&gt;
It&#039;s because you&#039;re new. ;-)  The titles in double curly brackets are links to &amp;quot;transcluded&amp;quot; pages; that is, other wiki pages that are being embedded in the page.  If you scroll to the bottom of the edit page you will see a list of the transcluded pages (they&#039;re called &amp;quot;templates&amp;quot; in wiki parlance; not to be confused with Joomla templates of course).  If you click on one of those links you will be taken to the page with the text on it.  From there you can click &amp;quot;Edit&amp;quot; and make your changes.  For more information about using the wiki see: [[Help:Contents]]. [[User:Chris Davenport|Chris Davenport]] 12:31, 21 August 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
Thanks Chris - thought it was something like that.&lt;br /&gt;
&lt;br /&gt;
== index.php header stylesheet ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m new to Joomla! and still trying to get my head around the templates. Thanks to the author(s) so far on a clear and concise tutorial on a basic template.&lt;br /&gt;
&lt;br /&gt;
I was just wondering if the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/&#039;&#039;&#039;mynewtemplate&#039;&#039;&#039;/css/style.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
would not be better served as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;templates/&#039;&#039;&#039;&amp;lt;?php echo $this-&amp;gt;template ?&amp;gt;&#039;&#039;&#039;/css/style.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Pierre&lt;/div&gt;</summary>
		<author><name>PierreC</name></author>
	</entry>
</feed>