- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
class Application_Model_Product extends Leto_Model
{
...
public function getParts($cityId)
{
...
if (@$prods['Сезонный']) {
$html[] = "<h2>" . _T(__FILE__, 'Сезонные') . "</h2><p>";
...
}
$html[] = '</p>';