The $show array is just full of variables which are either true or false. In the vbcode somewhere, php is used to determine whether something should be shown. If it should, it is set to true. If not, it is set to false. In regards to quicksearch, somewhere (do a search in the files for $show['quicksearch'] ) there is some code to determine whether quick search should be shown and it is set to true or false based on that code.
|