is it possible to enhance the File views/thankyou.php?
I tried it with creating a new .php file in modules/test/test_thankyou.php
and then in the configuration i have:
thankyou => test/test_thankyou
But it seems to not load my enhanced thankyou file. Is the enhancement concept only valid for those classes in the core folder or also for the classes in the view folder?