The theme I am currently using, Internet Jobs, for Drupal 5.1 lacks the collapsing/expanding links in places such as Input Format.

The links are available in the default but in Internet Jobs the they are links but regular text, and the contents beneath would be the link is expanded.

Where do you make Input Format (as well as the other places that have collapsing/expanding underneath) a link? Which file? I've been unable to find where Input Format is within theme files.

Comments

nevets’s picture

In page.tpl.php in the head section there should be

  <?php print $head ?>
  <?php print $styles ?>
  <?php print $scripts ?>
  <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>

The Internet Jobs theme only has the first two lines.

Eleazar’s picture

Thanks! You rock. That fixed it.