function theming_example_page() {
  $content[] = t('Some examples of pages and forms that are run through theme functions.');
  $content[] = l(t('Simple page with a list'), 'examples/theming_example/theming_example_list_page');
  $content[] = l(t('Simple form 1'), 'examples/theming_example/theming_example_order_form');
  $content[] = l(t('Simple form 2'), 'examples/theming_example/theming_example_text_form');
  $content['#theme_wrappers'] = array('theming_example_content_array');
  return $content;
}

does not exist

examples/theming_example/theming_example_order_form

i think it should be

examples/theming_example/theming_example_select_form

Comments

mile23’s picture

Status: Active » Needs review
StatusFileSize
new872 bytes

Yes, that looks right. Good catch.

It passes testing because there's no test for valid links on a page.

rfay’s picture

StatusFileSize
new872 bytes

Adding _d7 on the end perversely means not to test it on d7.

Status: Needs review » Needs work

The last submitted patch, 1339158_theming_example.patch, failed testing.

rfay’s picture

Status: Needs work » Needs review
StatusFileSize
new1.64 KB

Here it is with that one test fixed.

rfay’s picture

rfay’s picture

rfay’s picture

Status: Needs review » Fixed

Committed: 55c27ee

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.