if (is_array($this->languages)): foreach ($this->languages as $lg): ?>
if ($lg['status']): ?>
=
\Html::input(
array(
'label' => 'Nazwa strony',
'name' => 'title',
'id' => 'title_' . $lg['id'],
'value' => $this->page['languages'][$lg['id']]['title'],
'js_key' => 'google_preview( "' . $lg['id'] . '", "' . \S::get('pid') . '" ); return false;'
)
);
?>
endif; ?>
endforeach;
endif; ?>