21/8/2010
- new function zestoi_append_results(type, query) for use in .tgp template format to ensure enough data to fill the grid
- * example: zestoi_append_results('webcams', 'gender=female')
- remove use of $site as loop variable in webcams_pink/header.pct since this overwrites the name of the current site (this caused incorrect livefeed to load in 1.1.0)
- make sure all global variables from webapp.php are made available as global from a php (php/pct/tgp) template
- make loop code more readable in webcams_pink theme
- increase width of table/box for displaying required crontab entries
- suppress warning if themes settings.txt file does not exist
- remove error when zestoi_select_result() is called with an array index out of bounds
|