class qa_html_theme_layer extends qa_html_theme_base
{
function head_script() // add a Javascript file from plugin directory
{
if ($this->template=='question') // check it's a question page
$this->content['script'][]='<SCRIPT src="'.
qa_html(QA_HTML_THEME_LAYER_URLTOROOT.'online/ovc/counter.js').
'" TYPE="text/javascript"></SCRIPT>';
qa_html_theme_base::head_script();
}
}