Show
Ignore:
Timestamp:
01/08/06 23:19:22 (3 years ago)
Author:
dave
Message:

A series of changes to push Elgg's approach to themes in a more CSS driven direction. There are still a couple of small tables which house admin data in a tabular format. Over time these will be replaced. I will also send a message around to the development mailing list detailing what I have done. All themes prior to these changes are now obsolete.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/_weblog/view_post.php

    r45 r84  
    4444                         
    4545                        $time = gmdate("F d, Y",$post->posted); 
    46                         $body = "<h2 class=\"weblogdateheader\">$time</h2>\n"; 
     46                        $body = "<h2 class=\"weblog_dateheader\">$time</h2>\n"; 
    4747                         
    4848                        $body .= run("weblogs:posts:view:individual",$post);