J1.5:Customising the JA Purity template/right
From Joomla! Documentation
< J1.5:Customising the JA Purity template(Difference between revisions)
m (New page: {{stub}} <noinclude> Category:Beginners Category:JA Purity template Category:Tutorials </noinclude>) |
m |
||
| 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 06:16, 13 June 2009
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
| 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
Contents |
