Add x_content to plain page

To avoid missing a class 'x_content' when prototyping a page layout
pull/159/head
Krzysztof Piasecki 9 years ago
parent 09c586e61a
commit 2b4e2795fc

@ -357,6 +357,9 @@
</ul> </ul>
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
<div class="x_content">
Add content to the page ...
</div>
</div> </div>
</div> </div>
</div> </div>
@ -387,4 +390,4 @@
<!-- Custom Theme Scripts --> <!-- Custom Theme Scripts -->
<script src="js/custom.js"></script> <script src="js/custom.js"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save