-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session_login.cgi doesn't print footer #1691
Comments
@iliajie can you take a look at this one? |
Well, this is expected. We don't print |
@iliajie, I was just wondering about this because earlier, you specifically mentioned in your comment that it was possible. Also, I believe there are some HTML closing tags missing. Is this the current intended design? And should we not expect |
Hello, Michael! Gosh, you're right! I have reviewed the code, and this appears to be a bug, and certainly not expected! The fix is here ca319c2. Thank you for the heads up! |
@iliajie, thank you for the quick fix! |
Hello,
I wanted to use the Theme Extension feature with script.js to modify the login page. Even though it was mentioned here that is should work, I didn't see any js in the login page.
As far as I can tell the problem is with this line
in
theme_footer
.session_login.cgi
doesn't use&header
sotheme_header
is never called and so this is never calledwhich would enable actually printing the footer including
embed_js_scripts();
Just placing
$miniserv::page_capture = 1;
before&footer();
is called, insession_login.cgi
didn't work for me, also seems like a dirty fix. I'm not sure where this should be fixed.Greetings
The text was updated successfully, but these errors were encountered: