summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ab213c)
raw | patch | inline | side by side (parent: 0ab213c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 04:49:25 +0000 (04:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 04:49:25 +0000 (04:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3973 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/mimetypes/class_divListMimeTypes.inc | patch | blob | history |
diff --git a/plugins/admin/mimetypes/class_divListMimeTypes.inc b/plugins/admin/mimetypes/class_divListMimeTypes.inc
index 91e60d29d427828adf693e04330c1957227daa5d..eea9f505ea228c69e148a84fea17a2a8065bafc2 100755 (executable)
$smarty->assign("selectedRelease",$this->selectedRelease);
$smarty->assign("branchimage","images/branch.png");
$smarty->assign("releases",$this->AvailableReleases);
- $str = $smarty->fetch(get_template_path('release_select.tpl', TRUE));
+ $str = $smarty->fetch(get_template_path('release_select.tpl', TRUE,dirname(__FILE__)));
}
return($str);
}