aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-01-11 14:44:34 +0100
committerDaniel Lange <DLange@git.local>2023-01-11 14:44:34 +0100
commite9a387d60d342b25af73ed36cf05319ba29061d2 (patch)
treee5fcff0f4f7f84ae2df0f9ac9ba9f0c4e2115858
parentf269501d05cfb256cf3cd5808b534a2faad2fe42 (diff)
downloadstikked-fit-e9a387d60d342b25af73ed36cf05319ba29061d2.tar.gz
stikked-fit-e9a387d60d342b25af73ed36cf05319ba29061d2.tar.bz2
stikked-fit-e9a387d60d342b25af73ed36cf05319ba29061d2.zip
Update the about page and footer_message snippet with fork info and link to stikked-fit
-rw-r--r--htdocs/themes/bootstrap/views/about.php3
-rw-r--r--htdocs/themes/bootstrap/views/defaults/footer_message.php2
-rw-r--r--htdocs/themes/cleanwhite/views/about.php3
-rw-r--r--htdocs/themes/cleanwhite/views/defaults/footer_message.php2
-rw-r--r--htdocs/themes/default/views/about.php3
-rw-r--r--htdocs/themes/default/views/defaults/footer_message.php2
-rw-r--r--htdocs/themes/geocities/views/about.php3
-rw-r--r--htdocs/themes/geocities/views/defaults/footer_message.php2
-rw-r--r--htdocs/themes/i386/views/about.php3
-rw-r--r--htdocs/themes/i386/views/defaults/footer_message.php2
-rw-r--r--htdocs/themes/stikkedizr/views/about.php3
-rw-r--r--htdocs/themes/stikkedizr/views/defaults/footer_message.php2
12 files changed, 18 insertions, 12 deletions
diff --git a/htdocs/themes/bootstrap/views/about.php b/htdocs/themes/bootstrap/views/about.php
index 82312ba..a08c915 100644
--- a/htdocs/themes/bootstrap/views/about.php
+++ b/htdocs/themes/bootstrap/views/about.php
@@ -7,6 +7,7 @@
</div>
</div>
<div class="span12">
+ <p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
@@ -20,7 +21,7 @@
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
- <li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
+ <li>And many more. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
</ul>
</div>
</div>
diff --git a/htdocs/themes/bootstrap/views/defaults/footer_message.php b/htdocs/themes/bootstrap/views/defaults/footer_message.php
index 78db813..bb17e5f 100644
--- a/htdocs/themes/bootstrap/views/defaults/footer_message.php
+++ b/htdocs/themes/bootstrap/views/defaults/footer_message.php
@@ -1,3 +1,3 @@
<footer class="footer">
- <?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked</a>
+ <?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-fit <?php echo config_item('stikked_version'); ?></a>
</footer>
diff --git a/htdocs/themes/cleanwhite/views/about.php b/htdocs/themes/cleanwhite/views/about.php
index d3340eb..b5cd41a 100644
--- a/htdocs/themes/cleanwhite/views/about.php
+++ b/htdocs/themes/cleanwhite/views/about.php
@@ -2,6 +2,7 @@
<div class="about">
<h1>About</h1>
+ <p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
@@ -15,7 +16,7 @@
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
- <li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
+ <li>And many more. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
</ul>
</div>
diff --git a/htdocs/themes/cleanwhite/views/defaults/footer_message.php b/htdocs/themes/cleanwhite/views/defaults/footer_message.php
index 93c03e8..5bae49f 100644
--- a/htdocs/themes/cleanwhite/views/defaults/footer_message.php
+++ b/htdocs/themes/cleanwhite/views/defaults/footer_message.php
@@ -1,3 +1,3 @@
<div class="footer">
- <?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked<!-- version <?php echo config_item('stikked_version'); ?> --></a>
+ <?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-fit <?php echo config_item('stikked_version'); ?></a>
</div>
diff --git a/htdocs/themes/default/views/about.php b/htdocs/themes/default/views/about.php
index d3340eb..b5cd41a 100644
--- a/htdocs/themes/default/views/about.php
+++ b/htdocs/themes/default/views/about.php
@@ -2,6 +2,7 @@
<div class="about">
<h1>About</h1>
+ <p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
@@ -15,7 +16,7 @@
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
- <li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
+ <li>And many more. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
</ul>
</div>
diff --git a/htdocs/themes/default/views/defaults/footer_message.php b/htdocs/themes/default/views/defaults/footer_message.php
index 93c03e8..a0addd1 100644
--- a/htdocs/themes/default/views/defaults/footer_message.php
+++ b/htdocs/themes/default/views/defaults/footer_message.php
@@ -1,3 +1,3 @@
<div class="footer">
- <?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked<!-- version <?php echo config_item('stikked_version'); ?> --></a>
+ <?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-fit <?php echo config_item('stikked_version'); ?></a>
</div>
diff --git a/htdocs/themes/geocities/views/about.php b/htdocs/themes/geocities/views/about.php
index 82312ba..a08c915 100644
--- a/htdocs/themes/geocities/views/about.php
+++ b/htdocs/themes/geocities/views/about.php
@@ -7,6 +7,7 @@
</div>
</div>
<div class="span12">
+ <p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
@@ -20,7 +21,7 @@
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
- <li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
+ <li>And many more. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
</ul>
</div>
</div>
diff --git a/htdocs/themes/geocities/views/defaults/footer_message.php b/htdocs/themes/geocities/views/defaults/footer_message.php
index d242912..6c08e73 100644
--- a/htdocs/themes/geocities/views/defaults/footer_message.php
+++ b/htdocs/themes/geocities/views/defaults/footer_message.php
@@ -1,5 +1,5 @@
<footer class="footer">
- <?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked</a>
+ <?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-FiT \o/</a>
<br />
<br />
<table cellpadding="2" cellspacing="2">
diff --git a/htdocs/themes/i386/views/about.php b/htdocs/themes/i386/views/about.php
index 82312ba..a08c915 100644
--- a/htdocs/themes/i386/views/about.php
+++ b/htdocs/themes/i386/views/about.php
@@ -7,6 +7,7 @@
</div>
</div>
<div class="span12">
+ <p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
@@ -20,7 +21,7 @@
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
- <li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
+ <li>And many more. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
</ul>
</div>
</div>
diff --git a/htdocs/themes/i386/views/defaults/footer_message.php b/htdocs/themes/i386/views/defaults/footer_message.php
index 78db813..5815e62 100644
--- a/htdocs/themes/i386/views/defaults/footer_message.php
+++ b/htdocs/themes/i386/views/defaults/footer_message.php
@@ -1,3 +1,3 @@
<footer class="footer">
- <?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked</a>
+ <?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-fit <?php echo config_item('stikked_version'); ?></a>
</footer>
diff --git a/htdocs/themes/stikkedizr/views/about.php b/htdocs/themes/stikkedizr/views/about.php
index 9915ab4..71eefbc 100644
--- a/htdocs/themes/stikkedizr/views/about.php
+++ b/htdocs/themes/stikkedizr/views/about.php
@@ -7,6 +7,7 @@
</div>
</div>
<div class="col-12 col-sm-12 col-lg-12">
+ <p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
@@ -20,7 +21,7 @@
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
- <li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
+ <li>And many more. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
</ul>
</div>
</div>
diff --git a/htdocs/themes/stikkedizr/views/defaults/footer_message.php b/htdocs/themes/stikkedizr/views/defaults/footer_message.php
index 78db813..bb17e5f 100644
--- a/htdocs/themes/stikkedizr/views/defaults/footer_message.php
+++ b/htdocs/themes/stikkedizr/views/defaults/footer_message.php
@@ -1,3 +1,3 @@
<footer class="footer">
- <?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked</a>
+ <?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-fit <?php echo config_item('stikked_version'); ?></a>
</footer>

© 2014-2024 Faster IT GmbH | imprint | privacy policy