I want to make sth like this
Mobile version of my Symfony project
when file xxxSuccess.mobile.php does not exist, it should load xxxSuccess.php. It works OK. But it doesn't work with partials. I want to load _partialfilename.mobile.php but if it doesn't exist it should load _partialfilename.php. How to make it work?