Changes between Version 5 and Version 6 of adminHandbook/customizingTheFrontPage

Show
Ignore:
Author:
pamela (IP: 68.144.77.116)
Timestamp:
02/22/09 23:04:08 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adminHandbook/customizingTheFrontPage

    v5 v6  
    4141To 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. 
    4242 
    43  
    44  
    45 In the file " 
     43For example, to remove class settings from both the table and the links, set  
    4644 
    4745== Replacing classes with new values or no value == 
    4846If 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  
    4947 
    50 == Replacing or Optimizing the whole block of HTML & CSS == 
    51  
    52  
     48== Replacing or Optimizing the HTML == 
     49If 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