mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4352 hepsiemlak-theme add pyro
This commit is contained in:
parent
1b1e2d0b72
commit
4b328654ae
@ -74,12 +74,12 @@
|
||||
var edit_ad = "{{ trans('visiosoft.module.profile::button.edit') }}";
|
||||
var ads_per_page = "{{ setting_value('streams::per_page') }}";
|
||||
var no_ads_message = "{{ trans('visiosoft.module.advs::field.no_ads') }}";
|
||||
let userStatus = JSON.parse(`{{ userStatus|raw }}`)
|
||||
let statusChangeLink = `{{ changeStatusUrl }}`
|
||||
let dropdownBlock = `{{ addBlock('profile/dropdown-ad', {'id': ':id'})|raw }}`
|
||||
let userStatus = JSON.parse(`{{ userStatus|raw }}`);
|
||||
let statusChangeLink = `{{ changeStatusUrl }}`;
|
||||
let dropdownBlock = `{{ addBlock('profile/dropdown-ad', {'id': ':id'})|raw }}`;
|
||||
var changeStatusTrans = "{{ trans('visiosoft.module.profile::field.change_status') }}";
|
||||
</script>
|
||||
{{ asset_add('scripts.js','visiosoft.module.profile::assets/js/ads.js') }}
|
||||
{% endblock %}
|
||||
{% endembed %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user