(tentative) addition to transfem webring, this includes a write to the original javascript script to php (currently using local information for performance reasons). Have to update ID when properly accepted into the webring!
All checks were successful
Website Sync / website-sync (push) Successful in 5s
All checks were successful
Website Sync / website-sync (push) Successful in 5s
This commit is contained in:
17
main.php
17
main.php
@@ -140,14 +140,15 @@
|
||||
<div class="clip-box">
|
||||
<div class="auto-scroll">
|
||||
<!-- Have to replace this logic, maybe by having another way to modify behaviour of marquee -->
|
||||
<?php for ($i = 0; $i <= 1; $i++) {
|
||||
if ($i === 0) {
|
||||
?><div class="scroll_one"><?php
|
||||
} else if ($i === 1) {
|
||||
?><div class="scroll_two"><?php
|
||||
}
|
||||
?>
|
||||
<?php for ($j = 0; $j <= 2; $j++) {?>
|
||||
<?php for ($k = 0; $k <= 1; $k++) {
|
||||
if ($k === 0) {
|
||||
?><div class="scroll_one"><?php
|
||||
} else if ($k === 1) {
|
||||
?><div class="scroll_two"><?php
|
||||
}
|
||||
?>
|
||||
<?php for ($l = 0; $l <= 2; $l++) {?>
|
||||
<?php include "includes/transfemwebring.inc.php";?>
|
||||
<div class="noaiwebring">
|
||||
<a href="https://baccyflap.com/noai" target="_blank" alt="no ai webring" title="no ai webring"><div class="home"></div></a>
|
||||
<a href="https://baccyflap.com/noai/?prv&s=msv" target="_top" alt="previous" title="previous"><div class="prv"></div></a>
|
||||
|
||||
Reference in New Issue
Block a user