How do I display a view as if it's the front page via a module?
- by Justin
I have a simple view that feeds a home page. I have a custom module that registers some specific URLs in hook_menu that I pass into my module so I can pass them as arguments into the view.
I can get the module to display the view all right, but it doesn't use the teaser/is_front view that outputs when I access the home page. I looked through the…