Daily Quotes

Is there no simple way to add quotes than this?

-

Thanks

-

~~ L

Quote · 16 Apr 2009

open index.php after "promo code" line

$_page_cont[$_ni]['promo_code'] = getPromoCode();

 
add:
$_page_cont[$_ni]['daily_quotes'] = quote_get();

 

 

open templates/tmpl_uni/page1.html and insert __daily_quotes__
usually after __promo_code__ line so it looks like:

 

__include _header.html__
        __promo_code__
        __daily_quotes__
        __page_main_code__
__include _footer.html__

 

 

 

Daily Quotes will be below promo block

Quote · 16 Apr 2009

Thanks OKWeb. Quick and easy, works for me. Note to others that the font will be associated with your CSS files; mine turned out Brown instead of black.

-

Thanks again!!!!

-

~~ L

Quote · 17 Apr 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.