Problem: Page suffix for whole page

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jan 25, 2012 12:18 am
Hi!

I want to add page suffix for the whole page, but within Gavick template it only adds within the content. I have added an body suffix. And I want to have a different background image for the whole page but it only show up within the content.

I guess I have to do something in the deafult.php. I guess these lines:

Code: Select all
$tpl_page_suffix = '';

if($this->page_suffix != '') {
   $tpl_page_suffix = ' class="'.$this->page_suffix.'"';
}

?>

Code: Select all
<body<?php echo $tpl_page_suffix; ?>>


But how should I fix it?
User avatar
Fresh Boarder

teitbite
Thu Feb 16, 2012 2:20 am
Hi

I do not recommend to change template core files. I think it would be better if You use a mod_blank with a css code attached to a specific pages only.
User avatar
Moderator

GK User
Thu Feb 16, 2012 4:25 pm
I agree with teitbite,

I'm using custom CSS module for each page which i need a different look for. It will give you more flexibility and also you don't have to mess with the core files.
User avatar
Junior Boarder


cron