bump
This commit is contained in:
parent
f53cd593c5
commit
9b822e4132
@ -50,7 +50,7 @@ EOD
|
|||||||
<div class='space' id='foot'>
|
<div class='space' id='foot'>
|
||||||
<small><small>
|
<small><small>
|
||||||
$contact_link Serving $num_comma posts –
|
$contact_link Serving $num_comma posts –
|
||||||
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie</a>
|
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie2</a>
|
||||||
</small></small>
|
</small></small>
|
||||||
</div>
|
</div>
|
||||||
</div>";
|
</div>";
|
||||||
|
@ -273,7 +273,7 @@ class TagEdit extends Extension
|
|||||||
$tags = $event->image->get_tag_list();
|
$tags = $event->image->get_tag_list();
|
||||||
$tags = str_replace("/", "", $tags);
|
$tags = str_replace("/", "", $tags);
|
||||||
$tags = preg_replace("/^\.+/", "", $tags);
|
$tags = preg_replace("/^\.+/", "", $tags);
|
||||||
$event->replace('$tags', $tags);
|
$event->replace('$tags', url_escape($tags));
|
||||||
}
|
}
|
||||||
|
|
||||||
private function mass_tag_edit(string $search, string $replace)
|
private function mass_tag_edit(string $search, string $replace)
|
||||||
|
@ -26,9 +26,7 @@ class CustomHomeTheme extends HomeTheme
|
|||||||
#counter {display: none;}
|
#counter {display: none;}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<meta name="trafficjunky-site-verification" content="9z3puyut0" />
|
|
||||||
</head>
|
</head>
|
||||||
<!--ja31114--p103-->
|
|
||||||
<body>
|
<body>
|
||||||
$body
|
$body
|
||||||
</body>
|
</body>
|
||||||
@ -59,10 +57,17 @@ EOD
|
|||||||
$search_html
|
$search_html
|
||||||
$message_html
|
$message_html
|
||||||
$counter_html
|
$counter_html
|
||||||
<div class='space' id='foot'>
|
<div class='space' id='foot'>
|
||||||
|
|
||||||
|
<!-- JuicyAds v3.1 -->
|
||||||
|
<script type='text/javascript' data-cfasync='false' async src='https://poweredby.jads.co/js/jads.js'></script>
|
||||||
|
<ins id='825625' data-width='908' data-height='270'></ins>
|
||||||
|
<script type='text/javascript' data-cfasync='false' async>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':825625});</script>
|
||||||
|
<!--JuicyAds END-->
|
||||||
|
|
||||||
<small><small>
|
<small><small>
|
||||||
$contact_link Serving $num_comma posts –
|
$contact_link Serving $num_comma posts –
|
||||||
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie</a>
|
Running <a href='http://code.shishnet.org/shimmie2/'>Shimmie2</a>
|
||||||
</small></small>
|
</small></small>
|
||||||
</div>
|
</div>
|
||||||
</div>";
|
</div>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user