1
I need a quotes module that will automatically display a new quote from a lost of quotes everyday on my website. I m not able to find any XOOPS module to do so (pls correct me if i m wrong). There are certain other php scripts that can help me with it, but these require to add a include statement
include('quote/display.php');
?>
to be used.
Can i use a include statement in custom blocks. Please help.