J1.5:Customising the JA Purity template/customisations/Removing the rotating header graphics
From Joomla! Documentation
< J1.5:Customising the JA Purity template | customisations(Difference between revisions)
(New page: 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 file is in the following directory:<br /> <...) |
m (Applied tutorial template and removed categories) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{:Customising the JA Purity template/tutorialtemplate|index.php|<pre> | |
| − | + | <location of template>/ | |
| − | + | index.php | |
| − | + | </pre>}} | |
| − | < | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | </pre> | + | |
Change this line: | Change this line: | ||
| − | + | <source lang="php"><div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;"></source> | |
to | to | ||
| − | < | + | <source lang="php"><div id="ja-header" class="clearfix"></source> |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 16:30, 15 January 2011
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.
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, index.php, can be found in templates/ja_purity. If you've been following the tutorial, you can download a tutorial version of the template that installs to the templates/my_japurity folder. Inside the folder of the template, the files are located as follows:
<location of template>/
index.php
Change this line:
<div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;">
to
<div id="ja-header" class="clearfix">
