彌生 (
nightowl) wrote in
style_system2009-07-24 03:01 pm
Subtitles in Transmogrified
Hi all,
Does anyone know how to get the Transmogrified theme to display the journal subtitle? I've been looking and looking for CSS that would do this, since I figured it'd be relatively simple, but apparently not? I would appreciate any help that is offered. Thanks so much!
Does anyone know how to get the Transmogrified theme to display the journal subtitle? I've been looking and looking for CSS that would do this, since I figured it'd be relatively simple, but apparently not? I would appreciate any help that is offered. Thanks so much!
no subject
layerinfo "type" = "theme"; layerinfo "name" = "Transmogrified Subtitled"; function Page::print() { """ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>"""; $this->print_head(); $this->print_stylesheets(); $this->print_head_title(); println "</head>"; $this->print_wrapper_start(); $this->print_control_strip(); """ <div id="container"> <div id="header"> """; """ <a name="top"> """; $this->print_global_title(); $this->print_global_subtitle(); """ </a> </div> """; $this->print_module_section("one"); """ <div id="wrap"> <div id="content"> """; $this->print_body(); """ </div> """; $this->print_module_section("two"); """ </div><div style="clear:both;"></div> </div> <div id="footer"> """; $this->print_module_section("three"); """ </div> """; $this->print_wrapper_end(); """ </html> """; }Or is it better in a user layer?
no subject
To
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject