<?php include TPL_ROOT . 'common/header.html.php'; include TPL_ROOT . 'common/treeview.html.php'; /* set categoryPath for topNav highlight. */js::set('path', $article->path);js::set('articleID', $article->id);js::set('categoryID', $category->id);js::set('categoryPath', explode(',', trim($category->path, ',')));css::internal($article->css);js::execute($article->js);?><?php $common->printPositionBar($category, $article);?>