Hi,
I am trying to access the sBlogArticles variable in the Frontend/Detail-controller, but (obviously) that variable isn’t defined/assigned in the Controller.
The variable is however assigned in the Frontend/Blog controller.
What is the best way to access this information in the Frontend/Detail-controller?
I tried subscribing to the ‚Enlight_Controller_Action_PreDispatch_Frontend_Detail‘ event, but I could not see how I could gain access to the current View in this Event.
Maybe there is a different/better solution to this problem?
Rowan