Re: changes in files?
DiamondSea <[email protected]> 10 Sep 2003 16:18:57 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <cb2ba7277616e6c90ecd0a6b56ee54ac@osCommerce-Forums> |
This message was sent from: Contributions http://forums.oscommerce.com/viewtopic.php?p=227458#227458 ---------------------------------------------------------------- [quote="killer-g"]would it be possible to have a hint in the readme or somewhere else about the changes made to the original files? It is not needed for all of them but for ex. the aplication_top.php is changed by a lot of contribs and it is hard to compare each line. thanks for this desperatly needed addon. i´m installing it right now and if it should work for me, my grafic - buddy will kiss me! george[/quote] I'll try to add it in the update. Basically, the only changes are the ob_start() code at the bottoms, the ob_get_contents() at the tops, and all the stripping/formatting/displaying code in application_bottom.php. I'll probably move all that code out into another file to keep the original codebase "purer", but this was written in an afternoon and I just wanted to get it working. My Rule: [quote]1) Make it work. 2) Make it fast. 3) Make it pretty. Options 2 and 3 are interchangable depending on the job.[/quote] - bg