Created
April 14, 2014 19:32
-
-
Save SQReder/10676630 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="accordion-group"> | |
<div class="accordion-heading"> | |
<a class="accordion-toggle" data-toggle="collapse" href="#{ __ ССЫЛКО НА ИД СОДЕРЖИМОГО __ }"> | |
{ __ МЕСТО ДЛЯ ЗАГОЛОВКА __ } | |
</a> | |
</div> | |
<div id="{ __ ИД СОДЕРЖИМОГО __ }" class="accordion-body collapse in"> | |
<div class="accordion-inner"> | |
{ __ МЕСТО ДЛЯ СОДЕРЖИМОГО__ } | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ежели где ИД содержимого в классе указано in - значит при открытии страницы оно будет развернуто