1
Let's put this into one single block familiar to all, the TOP NEWS block.
The file is situated at:
1. /modules/news/blocks/news_top.php
2. Template file:
/modules/news/templates/blocks/news_block_top.html
My question is this, how do you parse the TOP NEWS block's content into a custom html page. I have few blocks in which I want to pool them up under 1 single custom html page (which will be in one of the table cell in the page).
I've thought of include('the php file'); into the template file. It didn't work on either php or html form. I tried require, I tried fopen.. it wont work.
I tried hardcode with and use to load into the column, it didn't work. If I tried to include news/index.php. I get a infinite login page..
Please help me.. How does the BlockAdmin upon hitting the Submit button parse the code into Index.php?