Damit die Startseite ohne Boxen angezeigt wird beim Gambio GX2 (EyeCandy Template), muss man folgende Änderungen vornehmen:
stylesheet.css anpassen
?
1
#main_home {
float
:
right
;
margin-top
:
10px
;
width
:
980px
;}
index.php anpassen
/index.php öffnen
suche:
?
123
if
(!defined(RM))
$smarty
->load_filter(
'output'
,
'note'
);
$smarty
->display(CURRENT_TEMPLATE.
'/index.html'
);
ersetze mit:
?
12345
if
(
$category_depth
==
'top'
){
$smarty
->display(CURRENT_TEMPLATE.
'/home.html'
);
}
else
{
$smarty
->display(CURRENT_TEMPLATE.
'/index.html'
);
}
Anschliessend noch die Datei im Anhang in den Template-Ordner /templates/EyeCandy/ hochladen und fertig - viel Spass damit