connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Feature/improve template body class #164

Closed stoff closed 8 years ago

stoff commented 8 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.

elseloop commented 8 years ago

This looks good, @stoff. Can you please open another PR targeting the development branch instead of master, though? (Sorry. Them's the rules.)

sorry

elseloop commented 8 years ago

@stoff Closed and reopened against development in #166.