Changes between Version 5 and Version 6 of adminHandbook/customizingTheFrontPage
- Timestamp:
- 02/22/09 23:04:08 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adminHandbook/customizingTheFrontPage
v5 v6 41 41 To simply use the default values for either the tables or the links or both, edit the lines shown above, and set the value for PW_FRONTPAGE_LINKS_CLASS and/or PW_FRONTPAGE_TABLE_CLASS to be empty strings. If neither default class value is used, the code will not bother importing the frontpage.css file. 42 42 43 44 45 In the file " 43 For example, to remove class settings from both the table and the links, set 46 44 47 45 == Replacing classes with new values or no value == 48 46 If you don't want PamelaWare to choose the style at all, you can change the class associated with either the table or the links or both. You can also remove the style such that default styling will apply to the 49 47 50 == Replacing or Optimizing the whole block of HTML & CSS==51 52 48 == Replacing or Optimizing the HTML == 49 If you are concerned with performance and your front page has to be screamin fast, you can replace the currently dynamically constructed html with a hard-coded string that does the same thing. 50 # Open the frontpage, and Just copy the function "getFrontPageLinks" in cardforms.pwlib.php to cardforms.pw.php, and then
