diff --git a/templates/layouts/partials/base.jet.html b/templates/layouts/partials/base.jet.html index 39837819..cff32ce3 100644 --- a/templates/layouts/partials/base.jet.html +++ b/templates/layouts/partials/base.jet.html @@ -48,13 +48,12 @@ - {{ AdType := kilo_rand(0, 5) }} - {{ AdID := kilo_rand(0, 2)}} + {{ AdType := kilo_rand(5) }}
{{ yield infos()}} {{ yield errors()}} - {{ if !isset(Infos["system"])}}
{{ yield ad_wide(Type=AdType, ID=AdID) }}
{{end}} + {{ if !isset(Infos["system"])}}
{{ yield ad_wide(Type=AdType) }}
{{end}} {{ block content_body_base() }}{{end}}
{{ block mascot() }} @@ -87,7 +86,7 @@ {{ genNav(Navigation, URL, 15)|raw }}
-
{{ yield ad_wide(Type=AdType, ID=AdID) }}
+
{{ yield ad_wide(Type=AdType) }}