Add x_content to plain page

To avoid missing a class 'x_content' when prototyping a page layout
This commit is contained in:
Krzysztof Piasecki 2016-05-20 12:57:37 +02:00
parent 09c586e61a
commit 2b4e2795fc

View file

@ -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>