bump
This commit is contained in:
parent
f53cd593c5
commit
9b822e4132
3 changed files with 11 additions and 6 deletions
|
@ -50,7 +50,7 @@ EOD
|
|||
<div class='space' id='foot'>
|
||||
<small><small>
|
||||
$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>
|
||||
</div>
|
||||
</div>";
|
||||
|
|
|
@ -273,7 +273,7 @@ class TagEdit extends Extension
|
|||
$tags = $event->image->get_tag_list();
|
||||
$tags = str_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)
|
||||
|
|
|
@ -26,9 +26,7 @@ class CustomHomeTheme extends HomeTheme
|
|||
#counter {display: none;}
|
||||
}
|
||||
</style>
|
||||
<meta name="trafficjunky-site-verification" content="9z3puyut0" />
|
||||
</head>
|
||||
<!--ja31114--p103-->
|
||||
<body>
|
||||
$body
|
||||
</body>
|
||||
|
@ -59,10 +57,17 @@ EOD
|
|||
$search_html
|
||||
$message_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>
|
||||
$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>
|
||||
</div>
|
||||
</div>";
|
||||
|
|
Reference in a new issue