Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Last active April 18, 2016 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/4c2c54e44000b7f9e7f3d5ac3fc88f26 to your computer and use it in GitHub Desktop.
Save kurozumi/4c2c54e44000b7f9e7f3d5ac3fc88f26 to your computer and use it in GitHub Desktop.
【EC-CUBE3】プラグインを有効化した時にブロックを生成するプラグインの作り方
{% block main %}
<div class="row">
<div class="col-md-12">
<p class="text-danger">こんにちわ</p>
</div>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment