diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 09:34:13 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 09:34:13 -0500 |
| commit | cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce (patch) | |
| tree | 92a497ea51d48e4d731a11a327dea3688b378b27 /src/web/_views/footer.php | |
| parent | fixup css (diff) | |
| download | website-cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce.tar.gz website-cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce.tar.bz2 website-cc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce.zip | |
fix some broken css on ie6, make john use http if on http
Diffstat (limited to 'src/web/_views/footer.php')
| -rw-r--r-- | src/web/_views/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 8807160..70b1b13 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -41,7 +41,7 @@ <?php /* hack to disable firefox cookie warning*/?> sandbox="allow-scripts" title="<?=lang('john_title')?>" - src="https://john.citrons.xyz/embed?ref=freya.cat" + src="<?=$this->get_scheme()?>://john.citrons.xyz/embed?ref=freya.cat" ></iframe> <iframe height="40" |