fixes #35.
This commit is contained in:
parent
7d834a6d03
commit
911b0be5ac
2 changed files with 4 additions and 4 deletions
|
@ -39,6 +39,7 @@ theme = theme02
|
|||
;styles[] = static/styles/custom1.css
|
||||
;styles[] = static/styles/custom2.css
|
||||
;scripts = static/styles/scripts.css
|
||||
;footer = "Edit this if you really want to remove my backlink :("
|
||||
|
||||
[bbcode]
|
||||
;bbtags[quote] = "<quote>{param}</quote>"
|
||||
|
@ -74,6 +75,3 @@ logs_path = data/logs/
|
|||
version = 1.41
|
||||
debug = false
|
||||
logs = false
|
||||
footer_tite = m1k1o/blog github repository
|
||||
footer_text = m1k1o/blog
|
||||
footer_target = https://github.com/m1k1o/blog
|
||||
|
|
|
@ -329,7 +329,9 @@ if(!empty($scripts)){
|
|||
|
||||
<div id="eof_feed">
|
||||
<img src="static/images/zpEYXu5Wdu6.png">
|
||||
<p><?php echo Config::get("version"); ?> © 2016-2021<br><a href="<?php echo Config::get("footer_target"); ?> " class="link" title="<?php echo Config::get("footer_title"); ?> " target="_blank"><?php echo Config::get("footer_text"); ?> </a></p>
|
||||
<p><?php echo Config::get("version"); ?> © 2016-2021<br>
|
||||
<?php echo Config::get_safe("footer", '<a href="https://github.com/m1k1o/blog" class="link" title="m1k1o/blog github repository" target="_blank">m1k1o/blog</a>'); ?>
|
||||
</p>
|
||||
</div>
|
||||
<script src="static/scripts/jquery.min.js"></script>
|
||||
<script>$["\x61\x6A\x61\x78\x53\x65\x74\x75\x70"]({"\x68\x65\x61\x64\x65\x72\x73":{"\x43\x73\x72\x66-\x54\x6F\x6B\x65\x6E":"<?php echo $_SESSION['token'];?>"}});</script>
|
||||
|
|
Loading…
Reference in a new issue