5496d6e19d
* Lower amount of torrents shown in user profile * Additional routes for user search * Handler for user not found page * User not found error page, with input to search username * Move theme css in their own folder * Delete g.css * Delete classic.css * Delete classic_colors.css * Delete tomorrow.css * Delete bg-body.png * Delete bg-header-tile.png * Delete s_bg-header-tile.png * Change path used by stylesheet in html head * Change theme path used by JS theme changers * Update user_not_found.jet.html * Update CHANGELOG.md * Update en-us.all.json * fix ad scrolling * remove useless stuff * fix travis & json file * fix travis again * remove duplicate * Update CHANGELOG.md * Writing an username instead of an userid in userprofile URL will no longer return the Anonymous profile * redirect to username search instead of rendering a template without checking if username exists
10 lignes
427 o
HTML
10 lignes
427 o
HTML
{{block ad_wide(Type=0)}}
|
|
{{ if !kilo_strcmp(URL.String(), "/mod", 4, 1) }}
|
|
{{if Type == 0}}
|
|
{{ aAdsId := Sukebei() ? 634159 : 634157 }}
|
|
<iframe data-aa='{{aAdsId}}' src='//ad.a-ads.com/{{aAdsId}}?size=728x90' scrolling='no'></iframe>
|
|
{{else}}
|
|
<a href="https://weeb.shop/product/nyaa-pantsu-sticker"><img alt="WeebShop Stickers" class="wb-w" src="/img/WeebShop/Stickers.png"></a>
|
|
{{end}}
|
|
{{end}}
|
|
{{end}}
|