Lines Matching refs:title

289                 'values' => ['page title', 'home', 'icon', 'none']
535 $title = isset($attr['title']) && $attr['title'] !== 0 ? $attr['title'] : $item->getTitle();
538 ' ' . $item->getType() . '" href="' . $item->getLink() . '" title="' . $title . '"' . (isset($attr['accesskey']) && $attr['accesskey'] !== '' ? ' accesskey="' . $attr['accesskey'] . '"' : '') . '>';
563 $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">';
587 $item->getType() . '" href="' . $item->getLink() . '" title="' . $item->getTitle() . '">';
721 * Create a nav element from a string. <uri>|<title>;
788 $html .= '<a class="mikio-navbar-brand" href="' . $homeUrl . '" accesskey="h" title="Home [h]">';
824 // Brand title
826 $html .= '<div class="mikio-navbar-brand-title">';
827 $html .= '<h1 class="mikio-navbar-brand-title-text">' . $conf['title'] . '</h1>';
829 $html .= '<p class="claim mikio-navbar-brand-title-tagline">' . $conf['tagline'] . '</p>';
989 tpl_getLang('sidebar-title') . ' <span class="icon"></span></a><div class="' . implode(' ', $collapseClasses) . '">' .
1032 $title = isset($attr['title']) && $attr['title'] !== 0 ? $attr['title'] : $item->getTitle();
1041 $html .= '<a href="' . $item->getLink() . '" class="' . $item->getType() . '" title="' .
1042 $title . '"' . (isset($attr['accesskey']) && $attr['accesskey'] !== '' ? ' accesskey="' . $attr['accesskey'] . '"' : '') . '><div class="icon">' . inlineSVG($item->getSvg()) .
1078 ((strcasecmp($ACT, 'search') === 0) ? htmlspecialchars($QUERY) : '') . '" accesskey="f" title="[F]" />';
1079 $html .= '<button type="submit" title="' . $lang['btn_search'] . '">';
1489 * @return string page title
1495 $title = p_get_first_heading($ID);
1496 if (strlen($title) <= 0) {
1497 $title = tpl_pagetitle(null, true);
1499 $title = $this->includeIcons($title);
1501 return $title;
1526 $html .= '<h1 class="mikio-hero-title">';
1758 ['title' => 'Base', 'starts_with' => '__text_'],
1759 ['title' => 'Code', 'starts_with' => '__code_'],
1760 ['title' => 'Controls', 'starts_with' => '__control_'],
1761 ['title' => 'Header', 'starts_with' => '__topheader_'],
1762 ['title' => 'Navbar', 'starts_with' => '__navbar_'],
1763 ['title' => 'Sub Navbar', 'starts_with' => '__subnavbar_'],
1764 ['title' => 'Tags', 'starts_with' => '__tag_background_color_'],
1765 ['title' => 'Breadcrumbs', 'starts_with' => '__breadcrumb_'],
1766 ['title' => 'Hero', 'starts_with' => '__hero_'],
1767 ['title' => 'Sidebar', 'starts_with' => '__sidebar_'],
1768 ['title' => 'Content', 'starts_with' => '__content_'],
1769 ['title' => 'TOC', 'starts_with' => '__toc_'],
1770 ['title' => 'Page Tools', 'starts_with' => '__pagetools_'],
1771 ['title' => 'Footer', 'starts_with' => '__footer_'],
1772 ['title' => 'Table', 'starts_with' => '__table_'],
1773 ['title' => 'Dropdown', 'starts_with' => '__dropdown_'],
1774 ['title' => 'Section Edit', 'starts_with' => '__section_edit_'],
1775 ['title' => 'Tree', 'starts_with' => '__tree_'],
1776 ['title' => 'Tabs', 'starts_with' => '__tab_'],
1777 ['title' => 'Mikio Plugin', 'starts_with' => '__plugin_', 'heading' => 'h2',
1780 ['title' => 'Primary Colours', 'starts_with' => '__plugin_primary_', 'hidden' => $mikioPluginMissing],
1781 ['title' => 'Secondary Colours', 'starts_with' => '__plugin_secondary_',
1784 ['title' => 'Success Colours', 'starts_with' => '__plugin_success_', 'hidden' => $mikioPluginMissing],
1785 ['title' => 'Danger Colours', 'starts_with' => '__plugin_danger_', 'hidden' => $mikioPluginMissing],
1786 ['title' => 'Warning Colours', 'starts_with' => '__plugin_warning_', 'hidden' => $mikioPluginMissing],
1787 ['title' => 'Info Colours', 'starts_with' => '__plugin_info_', 'hidden' => $mikioPluginMissing],
1788 ['title' => 'Light Colours', 'starts_with' => '__plugin_light_', 'hidden' => $mikioPluginMissing],
1789 ['title' => 'Dark Colours', 'starts_with' => '__plugin_dark_', 'hidden' => $mikioPluginMissing],
1790 ['title' => 'Link Colours', 'starts_with' => '__plugin_link_', 'hidden' => $mikioPluginMissing],
1791 ['title' => 'Carousel', 'starts_with' => '__plugin_carousel_', 'hidden' => $mikioPluginMissing],
1792 ['title' => 'Steps', 'starts_with' => '__plugin_steps_', 'hidden' => $mikioPluginMissing],
1793 ['title' => 'Tabgroup', 'starts_with' => '__plugin_tabgroup_', 'hidden' => $mikioPluginMissing],
1794 ['title' => 'Tooltip', 'starts_with' => '__plugin_tooltip_', 'hidden' => $mikioPluginMissing],
1795 ['title' => 'Dark Mode', 'starts_with' => '__darkmode_', 'heading' => 'h2'],
1796 ['title' => 'Base', 'starts_with' => '__darkmode_text_'],
1797 ['title' => 'Code', 'starts_with' => '__darkmode_code_'],
1798 ['title' => 'Controls', 'starts_with' => '__darkmode_control_'],
1799 ['title' => 'Header', 'starts_with' => '__darkmode_topheader_'],
1800 ['title' => 'Navbar', 'starts_with' => '__darkmode_navbar_'],
1801 ['title' => 'Sub Navbar', 'starts_with' => '__darkmode_subnavbar_'],
1802 ['title' => 'Tags', 'starts_with' => '__darkmode_tag_background_color_'],
1803 ['title' => 'Breadcrumbs', 'starts_with' => '__darkmode_breadcrumb_'],
1804 ['title' => 'Hero', 'starts_with' => '__darkmode_hero_'],
1805 ['title' => 'Sidebar', 'starts_with' => '__darkmode_sidebar_'],
1806 ['title' => 'Content', 'starts_with' => '__darkmode_content_'],
1807 ['title' => 'TOC', 'starts_with' => '__darkmode_toc_'],
1808 ['title' => 'Page Tools', 'starts_with' => '__darkmode_pagetools_'],
1809 ['title' => 'Footer', 'starts_with' => '__darkmode_footer_'],
1810 ['title' => 'Table', 'starts_with' => '__darkmode_table_'],
1811 ['title' => 'Dropdown', 'starts_with' => '__darkmode_dropdown_'],
1812 ['title' => 'Section Edit', 'starts_with' => '__darkmode_section_edit_'],
1813 ['title' => 'Tree', 'starts_with' => '__darkmode_tree_'],
1814 ['title' => 'Tabs', 'starts_with' => '__darkmode_tab_'],
1815 ['title' => 'Mikio Plugin (Dark mode)', 'starts_with' => '__plugin_darkmode_', 'heading' => 'h2',
1818 ['title' => 'Primary Colours', 'starts_with' => '__plugin_darkmode_primary_',
1821 ['title' => 'Secondary Colours', 'starts_with' => '__plugin_darkmode_secondary_',
1824 ['title' => 'Success Colours', 'starts_with' => '__plugin_darkmode_success_',
1827 ['title' => 'Danger Colours', 'starts_with' => '__plugin_darkmode_danger_',
1830 ['title' => 'Warning Colours', 'starts_with' => '__plugin_darkmode_warning_',
1833 ['title' => 'Info Colours', 'starts_with' => '__plugin_darkmode_info_',
1836 ['title' => 'Light Colours', 'starts_with' => '__plugin_darkmode_light_',
1839 ['title' => 'Dark Colours', 'starts_with' => '__plugin_darkmode_dark_',
1842 ['title' => 'Link Colours', 'starts_with' => '__plugin_darkmode_link_',
1845 ['title' => 'Carousel', 'starts_with' => '__plugin_darkmode_carousel_',
1848 ['title' => 'Steps', 'starts_with' => '__plugin_darkmode_steps_', 'hidden' => $mikioPluginMissing],
1849 ['title' => 'Tabgroup', 'starts_with' => '__plugin_darkmode_tabgroup_',
1852 ['title' => 'Tooltip', 'starts_with' => '__plugin_darkmode_tooltip_', 'hidden' => $mikioPluginMissing],
1868 $header['title'] . '</' . $header['heading'] . '>
1930 /* Hide page title if hero is enabled */
1987 /* Hero colors - ~~hero-colors [background-color] [hero-title-color] [hero-subtitle-color]
2179 * Print or return the page title
2197 $html .= ' [' . strip_tags($conf['title']) . ']';