News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Default theme header issue

Started by Owdy, March 24, 2004, 12:03:42 PM

Previous topic - Next topic

Owdy

How do i change code if i want that header to be collapsed as default?
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

pulpitfire

in index.template.php, change

<tr id="upshrinkHeader"', empty($options['collapse_header']) ? '' : ' style="display: none;"', '>

to

<tr id="upshrinkHeader"', empty($options['collapse_header']) ? 'style="display: none;"' : ' style="display: none;"', '>

Owdy

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

pulpitfire


Advertisement: