Skip to content
Snippets Groups Projects
Commit 55116da0 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove bogus code, fixes #3239

parent 34e1aa33
No related branches found
No related tags found
No related merge requests found
......@@ -489,18 +489,6 @@ class EvaluationTreeEditView
$path = "<a name=\"anchor\">&nbsp;</a>\n"
. _("Sie sind hier:")
. "&nbsp;";
if (0 && $this->startItemID != ROOT_ITEM) {
$path .= "<a class=\"tree\" href=\""
. URLHelper::getLink($this->getSelf("itemID=root"))
. "\">"
# . Icon::create('arr_1right', 'attention')->asImg()
# . "width=\"10\" hight=\"20\">"
# . "&nbsp;"
. _("Evaluation")
. "</a>";
}
$path .= "<a class=\"tree\" href=\""
. URLHelper::getLink($this->getSelf("itemID=" . ROOT_BLOCK, false))
. "\">"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment