Re: [Phpcollegeex-devel] final q
Brought to you by:
david_degner,
itwanabe
From: David D. <dav...@ya...> - 2004-11-14 03:48:44
|
Gary, Questions are a good thing feel free to ask as many as you need, I probably won't always be able to answer them as quickly as I have been able to today. >After a textbook search is done the list that displays the results still has >$ for price, > > This is on line 110 of "books/functions.php" : <TD class=$class style='text-align:right;padding-right:15px;'>\$$price</TD> >and the my books display when logged in. > > This is on line 16 of file "books/mybooks.php" >And in the same places in the housing section. > > The housing section is a little different for the search results page it is on line 112 of the house/searchend.php file <TD class=$class style='text-align:right;padding-right:15px;'>\$$price</TD> the other is on the 16th line of house/myrents.php <TD class=\"column\">Price ($)</TD> >Final q where do i go to change the wording of less than 1 block etc. on the >first search page for housing i have changed it everywhere else just can't >change that. > > It is in the house/searchbody.php file. If you can't find something on a page where you think it should be, look for "include" calls, it is probably hidden in one of the included files. David Degner |