Hello,
I want to edit login page (/admin/admin.php) and add registration button and contact information.
But I can't find which file in /admin/ directory to edit. I see that admin page has it's own CSS files but there is no template files, so I suppose login form is somewhere in .php files in /admin/ directory.
Anyone know which file it is?
In admin.php I only find $adminoutput.= "</div>\n".getAdminFooter("
docs.limesurvey.org", $clang->gT("LimeSurvey Online Manual")); This is footer of login page.
but no
<form tags in admin.php...
Thanks.