Tuesday 28 April 2009 2:14:41 am
Hi Peter,
The modification you did in the backoffice, changed the pagelayout.tpl from the default sitedesign of your site. In fact the modification is a image class issue. Here is the template code :
{$pagedesign.data_map.image.content[logo].full_path|ezroot}
The image class called is "logo". But it does not exists for plain_site. You will have to add it. Image classes are defined in a <i>image.ini.append.php</i> configuration file. you can change this settings in <i>settings/override/image.ini.append.php</i> or <i>settings/siteaccess/plain_site/image.ini.append.php</i> files.
<?php /*
[AliasSettings]
AliasList[]=logo
[logo]
Reference=
Filters[]
Filters[]=geometry/scaleheight=36
*/ ?>
Clear your cashes with the administration interface (Setup) and look at the changes on your front office. The logo should be displayed.
Hope this will help you.
Regards Olivier
|