<? include('resources/templates/home.php'); ?>to use files for the templates and partials. I realize this is non-standard and non-supported, but this may apply to other cases down the road in a different way:
What i'm running into is that when i include the files that way, LS appears to be putting some extra spaces which add a new empty line at the bottom of my page... you can see the code here:
http://cl.ly/31d2657cc706526a6fcc
if i remove the include line from the template i'm using and just paste in the html from home.php this doesn't happen.
Again, I realize this is not a supported use of the template system, but it seemed odd to me that when i'm including the file with the same code that i'd normally paste in, i get extra whitespace...
Thanks!

Help















