diff --git a/module/doc/model.php b/module/doc/model.php index 64175bb00d..364ca29d4d 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -1823,19 +1823,43 @@ class docModel extends model { if($type != 'custom' and $type != 'book' and empty($objects)) return ''; - $output = ''; + $output = ''; + $closedProjectsHtml = ''; + $clseedProjects = array(); + $maxHeight = ($type == 'project' and $this->app->openApp == 'doc') ? '260px' : '290px'; + $class = ($type == 'project' and $this->app->openApp == 'doc') ? 'col-left' : ''; if($this->app->openApp == 'doc' and $type != 'custom' and $type != 'book') { - $output = "
"; } - $output .= ""; } if(!empty($libs))