Browse Source

Merge branch 'master' of https://github.com/savetheinternet/Tinyboard

tags/vichan-4.4.98
czaks 10 years ago
parent
commit
e08bc5d54d
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      LICENSE.md
  2. +1
    -1
      mod.php
  3. +1
    -1
      post.php
  4. +1
    -1
      templates/generic_page.html
  5. +1
    -1
      templates/index.html
  6. +1
    -1
      templates/page.html
  7. +1
    -1
      templates/thread.html

+ 1
- 1
LICENSE.md View File

@@ -1,5 +1,5 @@
# License
Copyright (c) 2010-2013 Tinyboard Development Group (tinyboard.org)
Copyright (c) 2010-2014 Tinyboard Development Group (tinyboard.org)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
mod.php View File

@@ -1,7 +1,7 @@
<?php

/*
* Copyright (c) 2010-2013 Tinyboard Development Group
* Copyright (c) 2010-2014 Tinyboard Development Group
*/

require 'inc/functions.php';


+ 1
- 1
post.php View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright (c) 2010-2013 Tinyboard Development Group
* Copyright (c) 2010-2014 Tinyboard Development Group
*/

require 'inc/functions.php';


+ 1
- 1
templates/generic_page.html View File

@@ -36,7 +36,7 @@
{% endfor %} {{ btn.next }}</div>
{{ boardlist.bottom }}
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2013 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>
<script type="text/javascript">{% raw %}


+ 1
- 1
templates/index.html View File

@@ -79,7 +79,7 @@
{{ config.ad.bottom }}

<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2013 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>
<script type="text/javascript">{% raw %}


+ 1
- 1
templates/page.html View File

@@ -22,7 +22,7 @@
{{ body }}
<hr>
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2013 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group</p>
</footer>
</body>
</html>

+ 1
- 1
templates/thread.html View File

@@ -51,7 +51,7 @@
{{ config.ad.bottom }}

<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2013 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2014 Tinyboard Development Group</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>
<script type="text/javascript">{% raw %}


Loading…
Cancel
Save