J1.5

Customising the JA Purity template/spotlight/top: Difference between revisions

From Joomla! Documentation

Jwwicks (talk | contribs)
m New page: {{stub}} <noinclude> Category:Beginners Category:JA Purity template Category:Tutorials </noinclude>
 
Jwwicks (talk | contribs)
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:14, 13 June 2009


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

ja_purity/XXXXX.php

CSS Files

ja_purity/css/XXXXX.css

Image Files

Javascript Files

ja_purity/js/XXXXX.js