Hello,
I see all is in qa-theme-base but problem is there not clean html there is mixed php,html e.g.
foreach ($this->content['widgets'][$region][$place] as $module) {
$this->output('<div class="qa-widget-'.$region.' qa-widget-'.$region.'-'.$place.'">');
$module->output_widget($region, $place, $this, $this->template, $this->request, $this->content);
$this->output('</div>');
how we can edit templates with edit just html without know php ?
Thanks.