Customising the JA Purity template/spotlight/user2: Difference between revisions
From Joomla! Documentation
m New page: {{stub}} <noinclude> Category:Beginners Category:JA Purity template Category:Tutorials </noinclude> |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
The original JA Purity template was provided from JoomlArt.com as a zip but the latest files have been installed along with Joomla. | |||
The relevant files, XXXXX and XXXX, are in the following directories:<br /> | |||
<pre> | |||
templates/ja_purity | |||
XXXXX.php | |||
css/ | |||
XXXXX.css | |||
</pre> | |||
If you've been following the [[Tutorial:Customising_the_JA_Purity_template|tutorial]] you can download a tutorial version of the template that installs to the following directory:<br/> | |||
<pre> | |||
templates/my_japurity | |||
XXXXX | |||
css/ | |||
XXXXXX | |||
</pre> | |||
==HTML and PHP Files== | |||
===ja_purity/XXXXX.php=== | |||
<source lang="php" line start=""> | |||
</source> | |||
==CSS Files== | |||
===ja_purity/css/XXXXX.css=== | |||
<source lang="css" line start=""> | |||
</source> | |||
==Image Files== | |||
==Javascript Files== | |||
===ja_purity/js/XXXXX.js=== | |||
<source lang="javascript" line start=""> | |||
</source> | |||
<noinclude> | <noinclude> | ||
[[Category:Beginners]] | [[Category:Beginners]] |
Revision as of 11:19, 13 June 2009
![]() |
This article is a stub and needs to be expanded. If you can provide information or finish this article you're welcome to do so. Please remove this message afterwards or replace with {{inuse}} while making major edits. - Thank you. |
The original JA Purity template was provided from JoomlArt.com as a zip but the latest files have been installed along with Joomla.
The relevant files, XXXXX and XXXX, are in the following directories:
templates/ja_purity XXXXX.php css/ XXXXX.css
If you've been following the tutorial you can download a tutorial version of the template that installs to the following directory:
templates/my_japurity XXXXX css/ XXXXXX