[-] MO: coding standard

This commit is contained in:
PrestaEdit
2013-01-07 11:20:14 +01:00
parent eb3fca6abc
commit 33971c4068
+1 -1
View File
@@ -81,7 +81,7 @@ class BlockViewed extends Module
<fieldset><legend><img src="'.$this->_path.'logo.gif" alt="" title="" />'.$this->l('Settings').'</legend>
<label>'.$this->l('Products displayed').'</label>
<div class="margin-form">
<input type="text" name="productNbr" value="'.Configuration::get('PRODUCTS_VIEWED_NBR').'" />
<input type="text" name="productNbr" value="'.(int)Configuration::get('PRODUCTS_VIEWED_NBR').'" />
<p class="clear">'.$this->l('Define the number of products displayed in this block').'</p>
</div>
<center><input type="submit" name="submitBlockViewed" value="'.$this->l('Save').'" class="button" /></center>