I have created Custom Module which that works with a Custom Content type. In my module, withe use of a multi-step form I am grabbing details form the user and in final form submit, creating a node pragmatically.
I want to define two blocks in my module, one block display my data (custom content type) for end users and another block to display my data (custom content type) for logged-in users.
The problem Im facing is, I have to present in these two blocks in completely deferent ways. So what would be the best approach to give these two blocks different layout/styles to achieve my goal?
In summary, what i want to do is,
- Define two Blocks in my custom module.
- Give completely different layouts/styles for these two Blocks.
Thank you, PIKP