Skip to content
Snippets Groups Projects
Commit a46350a1 authored by David Siegfried's avatar David Siegfried
Browse files

add docblocks, closes #1649

Closes #1649

Merge request studip/studip!1060
parent 2373073b
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @var bool $show_wiki_page_form
* @var WikiController $controller
* @var Course $course
* @var bool $success
* @var bool $bad_course_search
* @var QuickSearch $course_search
* @var Course $selected_course
* @var array $wiki_pages
*/
?>
<form class="default" method="post" <form class="default" method="post"
name="wiki_import_form" name="wiki_import_form"
data-dialog="size=auto;<?= $show_wiki_page_form ? 'reload-on-close' : '' ?>" data-dialog="size=auto;<?= $show_wiki_page_form ? 'reload-on-close' : '' ?>"
......
<?php
/**
* @var string $keyword
* @var WikiPage $last_page
* @var WikiPage $first_page
* @var User $first_user
* @var User $last_user
* @var array $backlinks
* @var WikiPage[] $descendants
*/
?>
<h1> <h1>
<?= $keyword === 'WikiWikiWeb' ? _("Wiki-Startseite") : htmlReady($keyword) ?> <?= $keyword === 'WikiWikiWeb' ? _("Wiki-Startseite") : htmlReady($keyword) ?>
</h1> </h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment