OK, I think, but can't test. In the function function Page::lay_print_header_links()
There's a line at the end that says print """<li$class><a href="$url" title="$text">$text</a></li>""";
After this, but before the } on the next line, copy in the following:
I think that works. I'm not 100% sure and can't test it without creating a whole new style.
But, trying to be less cranky in this comment, Mixit is essentially the Vox layout redone for LJ. It's one of the best LJ layouts in terms of functionality, which is why the DW style devs used it as a basis for the core DW layout. Anything doable in Mixit is doable in a Core2 layout, the big advantage of that is you maintain all the built in accessibility goodness that they've spent ages building (ie friends using screenreaders, mobile browers, etc still get a good experience), and if there're new funtions created site wide that benefit everyone, you still get them.
Looking at your layout, I think you can make it Better in TR or similar, wihtout much tweaking. I definitely made a much better layout for DW than I had on LJ.
no subject
function Page::lay_print_header_links()
There's a line at the end that says
print """<li$class><a href="$url" title="$text">$text</a></li>""";
After this, but before the } on the next line, copy in the following:
I think that works. I'm not 100% sure and can't test it without creating a whole new style.
But, trying to be less cranky in this comment, Mixit is essentially the Vox layout redone for LJ. It's one of the best LJ layouts in terms of functionality, which is why the DW style devs used it as a basis for the core DW layout. Anything doable in Mixit is doable in a Core2 layout, the big advantage of that is you maintain all the built in accessibility goodness that they've spent ages building (ie friends using screenreaders, mobile browers, etc still get a good experience), and if there're new funtions created site wide that benefit everyone, you still get them.
Looking at your layout, I think you can make it Better in TR or similar, wihtout much tweaking. I definitely made a much better layout for DW than I had on LJ.