|
Templates
|
Previous Top Next |
| Each page of webClassifieds is split up into at least one corresponding template file that can be edited. One easy way to quickly locate the necessary template file to edit is to look at the address you are trying to access. For example, the sign in page will have index.php?page=sign_in in the address. The corresponding template file for that page is templates/sign_in.html. This generally works for most templates with a few exceptions that are documented in the Page Files section.
|
|
|
| There are two ways to edit a page (HTML) and e-mail template: manually or through webClassifieds' built in WYSIWYG editor. To manually edit a template, simply locate the appropriate template in the templates/ directory, make the necessary changes, and upload the files after you have finished editing it. You can use HTML editors such as FrontPage and Dreamweaver to make such changes. You can also use our built in WYSIWYG editor. For more information, see the Template Editor section below.
|
|
|
| The page templates are located in the templates/ directory and are all HTML files. The e-mail templates are located in the templates/mail/ directory and are all HTML files as well.
|
|
|
|
|