J1.5

Difference between revisions of "Customising the JA Purity template/content"

From Joomla! Documentation

< J1.5:Customising the JA Purity template
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:17, 13 June 2009

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.


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

HTML and PHP Files[edit]

ja_purity/XXXXX.php[edit]

CSS Files[edit]

ja_purity/css/XXXXX.css[edit]

Image Files[edit]

Javascript Files[edit]

ja_purity/js/XXXXX.js[edit]