Jump to content

[SOLVED] is there a module to edit the Block advertising in V1.1 ?


Recommended Posts

not yet I think, but its quite easy as its very basic

Blockadvertising
Location: Modules/blockadvertising
Uses template: Modules/blockadvertising/blockadvertising.tpl
Default Positions: Can be applied to left and right columns via hooks (Transplant a module)

The default image used in the front end website is stored in this modules folder (the php file) and is called advertising,jpg, if you need to change image name, edit template and change this line: $smarty->assign('image', './modules/'.$this->name.'/advertising.jpg');

if you want to add additional text etc, you can insert that with your html direct into .tpl file. If you want this multi.lingual, go to BackOffice>>tools>>Translations and edit the modules traslations

Link to comment
Share on other sites

×
×
  • Create New...