예제 #1
0
        .section {
            min-height: 200px;
            margin: 0 0 10px 0;
        }
    </style>
</head>
<body>
    <?php 
echo $example->renderNavigation();
?>
    <div class="editable center half" data-id="body-1">
        <h1>Section Example</h1>
        <div>
            <div class="section" data-id="1">
                <?php 
echo $example->renderSections(1);
?>
                <div class="section" data-id="2">
                    <?php 
echo $example->renderSections(2);
?>
                </div>
            </div>
            <div class="section" data-id="3">
                <?php 
echo $example->renderSections(3);
?>
            </div>
        </div>
    </div>
    <script type="text/javascript">