Changeset 445 for trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl
- Timestamp:
- Apr 21, 2008, 11:38:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl
r422 r445 30 30 </script> 31 31 </head> 32 <body id="body"> 32 <body id="body" 33 #if hasattr($self, 'pageclass'): 34 class="$pageclass" 35 #end if 36 > 33 37 34 38 #if False
Note: See TracChangeset
for help on using the changeset viewer.