Difference between revisions of "Template Customization"

From AWBS Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
Included on all pages. Contains the body tag, banner/logo area, and top menu area.
 
Included on all pages. Contains the body tag, banner/logo area, and top menu area.
 
 
Change as desired. (Some themes will require editing of png or psd files.)
 
Change as desired. (Some themes will require editing of png or psd files.)
  
 
   
 
   
  
left.php
+
'''left.php'''
  
 
Included on all pages. Column the height of the page. Edit as desired. Remember it is on all pages. Some themes have a menu included in this file.
 
Included on all pages. Column the height of the page. Edit as desired. Remember it is on all pages. Some themes have a menu included in this file.
Line 27: Line 26:
 
   
 
   
  
right.php
+
'''right.php'''
  
 
Same as left, but on the right of all pages.
 
Same as left, but on the right of all pages.
Line 33: Line 32:
 
   
 
   
  
bottom.php
+
'''bottom.php'''
  
 
Included on all pages. Put your copyright info/footer content here.
 
Included on all pages. Put your copyright info/footer content here.
Line 39: Line 38:
 
   
 
   
  
boxtop.php and boxbottom.php
+
'''boxtop.php''' and '''boxbottom.php'''
  
 
These make up the box used on most pages for lookup boxes, etc. Change to the look you desire.
 
These make up the box used on most pages for lookup boxes, etc. Change to the look you desire.
 
 
boxtop forms the beginning of the table, first row and begins the column. Boxbottom ends the column,row and table.
 
boxtop forms the beginning of the table, first row and begins the column. Boxbottom ends the column,row and table.
  
Line 48: Line 46:
  
 
The home page: (may not apply to all template themes)
 
The home page: (may not apply to all template themes)
 
 
  
 
index.php - used when 'default homepage template' is set to 'Hosting 1' in system setup, system options
 
index.php - used when 'default homepage template' is set to 'Hosting 1' in system setup, system options
 
 
 
 
index2.php - used when 'default homepage template' is set to 'Domain'
 
index2.php - used when 'default homepage template' is set to 'Domain'
 
 
 
 
index3.php - used when 'default homepage template' is set to 'Hosting 2'
 
index3.php - used when 'default homepage template' is set to 'Hosting 2'
  
Line 64: Line 54:
  
 
Images:
 
Images:
 
+
Some images may need changing to customize. Look in the devkit directory in your theme directory for any available psd or png files that can be used to customize your theme. Use Photoshop or a photo editing software to edit or create new images.
+
 
+
Some images may need changing to customize. Look in the devkit directory in your theme for any available psd or png files that can be used to customize your theme. Use Photoshop or a photo editing software to edit or create new images.
+

Revision as of 15:16, May 18, 2008

Listed below are global templates - they are included on all pages.

Edit with an html editor or text editor. Do not use FrontPage!

Location: templates/[your_theme]/


header.php

Included on all pages. Contains the meta tags and character set for the site.


top.php

Included on all pages. Contains the body tag, banner/logo area, and top menu area. Change as desired. (Some themes will require editing of png or psd files.)


left.php

Included on all pages. Column the height of the page. Edit as desired. Remember it is on all pages. Some themes have a menu included in this file.


right.php

Same as left, but on the right of all pages.


bottom.php

Included on all pages. Put your copyright info/footer content here.


boxtop.php and boxbottom.php

These make up the box used on most pages for lookup boxes, etc. Change to the look you desire. boxtop forms the beginning of the table, first row and begins the column. Boxbottom ends the column,row and table.


The home page: (may not apply to all template themes)

index.php - used when 'default homepage template' is set to 'Hosting 1' in system setup, system options index2.php - used when 'default homepage template' is set to 'Domain' index3.php - used when 'default homepage template' is set to 'Hosting 2'


Images: Some images may need changing to customize. Look in the devkit directory in your theme directory for any available psd or png files that can be used to customize your theme. Use Photoshop or a photo editing software to edit or create new images.