Concrete 5 on Windows server

Permalink
I am developing a site for a client and I think his host has installed C5 on a Windows-based server.

Are there any specific pitfalls I should watch out for in developing the site?

I have uploaded templates and they aren't 'behaving' - no edit buttons.

trixiemay
 
adajad replied on at Permalink Reply
adajad
No pitfalls at all once installed.

The reason the buttons aren't there is probably because you are missing the following right before your ending < /body > tag in your theme:

<?php Loader::element('footer_required'); ?>


That piece of code loads all the required js.