{% if plugin is not defined %} {% set plugin = blx.plugins.getPlugin(pluginClass) %} {% if not plugin %}{% exit 404 %}{% endif %} {% endif %} {% set crumbs = [ { label: "Settings"|t, url: url('settings') }, { label: "Plugins"|t, url: url('settings/plugins') } ] %} {% extends "_layouts/cp" %} {% set title = plugin.name %} {% set content %}
{% endset %}