Closed stoff closed 9 years ago
Minor improvement to add some logic between echoing a class in the head.php include and setting the body class in the template file.
getBodyClass tests isset on $bodyClass. if set, it echos the entire class attribute, concatenated with the body class.
This looks good, @stoff. Can you please open another PR targeting the development branch instead of master, though? (Sorry. Them's the rules.)
@stoff Closed and reopened against development in #166.
Minor improvement to add some logic between echoing a class in the head.php include and setting the body class in the template file.
getBodyClass tests isset on $bodyClass. if set, it echos the entire class attribute, concatenated with the body class.