Start with the cmsms docs:
http://docs.cmsmadesimple.org/
Choose 'layout' from the left menu and try to understand the examples.
css files should be added in cms. Javascript files should be added to the filesystem (e.g. uploads/template/js) and then linked from the template; eg:
Code: Select all
<__script__ src="{uploads_url}/template/js/superfish.js" type="text/javascript"></__script>
It's really not that hard to convert a template to cmsms. However, the first time you need to invest some extra time. And of course you don't know all the posibilities within a minute. CMSMS offers a lot of modules and built-in tags.