t('Link'),
'content' => ucfirst(styleguide_word(3)) . ' ' . l(styleguide_word(3), 'node') . ' ' . styleguide_word(4) . '.',
);
$items['em'] = array(
'title' => t('Emphasis'),
'content' => ucfirst(styleguide_word(3)) . ' ' . styleguide_word(3) . ' ' . styleguide_word(4) . '.',
);
$items['strong'] = array(
'title' => t('Strong'),
'content' => ucfirst(styleguide_word(3)) . ' ' . styleguide_word(3) . ' ' . styleguide_word(4) . '.',
);
$items['ul'] = array(
'title' => t('Unordered list'),
'theme' => 'item_list',
'variables' => array('items' => styleguide_list(), 'type' => 'ul'),
'group' => t('Lists'),
);
$items['ol'] = array(
'title' => t('Ordered list'),
'theme' => 'item_list',
'variables' => array('items' => styleguide_list(), 'type' => 'ol'),
'group' => t('Lists'),
);
$items['ul_title'] = array(
'title' => t('Unordered list, with title'),
'theme' => 'item_list',
'variables' => array('items' => styleguide_list(), 'type' => 'ul', 'title' => ucwords(styleguide_word())),
'group' => t('Lists'),
);
$items['ol_title'] = array(
'title' => t('Ordered list, with title'),
'theme' => 'item_list',
'variables' => array('items' => styleguide_list(), 'type' => 'ol', 'title' => ucwords(styleguide_word())),
'group' => t('Lists'),
);
$items['menu_tree'] = array(
'title' => t('Menu tree'),
'content' => menu_tree('management'),
'group' => t('Menus'),
);
$items['table'] = array(
'title' => t('Table'),
'theme' => 'table',
'variables' => array('header' => styleguide_header(), 'rows' => styleguide_rows()),
'group' => t('Tables'),
);
$items['text'] = array(
'title' => t('Text block'),
'content' => styleguide_paragraph(3),
'group' => t('Text'),
);
$items['image-horizontal'] = array(
'title' => t('Image, horizontal'),
'theme' => 'image',
'variables' => array('path' => styleguide_image('horizontal'), 'alt' => t('My image'), 'title' => t('My image')),
'group' => t('Media'),
);
$items['image-vertical'] = array(
'title' => t('Image, vertical'),
'theme' => 'image',
'variables' => array('path' => styleguide_image('vertical'), 'alt' => t('My image'), 'title' => t('My image')),
'group' => t('Media'),
);
$items['image-inset-horizontal'] = array(
'title' => t('Image, horizontal, within text'),
'content' => styleguide_paragraph(1) . theme('image', array('path' => styleguide_image('horizontal'), 'alt' => t('My image'), 'title' => t('My image'))) . styleguide_paragraph(2),
'group' => t('Media'),
);
$items['image-inset-vertical'] = array(
'title' => t('Image, vertical, within text'),
'content' => styleguide_paragraph(1) . theme('image', array('path' => styleguide_image('vertical'), 'alt' => t('My image'), 'title' => t('My image'))) . styleguide_paragraph(2),
'group' => t('Media'),
);
$content = '';
for ($i = 1; $i <=6; $i++) {
$content .= "