<? if (filemtime("mobile/mobile.html") > filemtime("blog.php")) include "mobile/mobile.html"; ?>
And with that line of code in my template, the mobile blog is back, publishing the day’s posts to the main blog file whenever I text an entry from my phone. The if-filemtime-include combination means that mobile entries disappear after I post a MT entry, but that’s okay with me.