Correction CSS style Google AdSense Easy Module J25

Phoca modules - support for all Phoca modules except Phoca Gallery modules
dapinna
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Jun 2012, 01:15

Correction CSS style Google AdSense Easy Module J25

Post by dapinna »

Hi
sorry for the bad English (I'm using google translate) :-)

I have successfully installed Phoca - Google AdSense Easy Module for Joomla 2.5

I noticed that I could not center the module despite correct use of CSS.
Upon closer inspection the code I realized that the problem was in form and in particular in the file:
mod_phocagoogleadsense.php

On line 20
if ($ module_css_style) {echo '<div style="'.$module_css_style.'">';}
should be amended as follows:
if ($ module_css_style) {echo '<div class="'.$module_css_style.'">';}

P. S.
I created the Italian language file for the version compatible with Joomla 2.5, how do I send it?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48535
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Correction CSS style Google AdSense Easy Module J25

Post by Jan »

Hi, you can send me it to my email, see my profile.

Thank you, Jan
If you find Phoca extensions useful, please support the project
Post Reply