webmaster@1: language contains its textual representation. webmaster@1: * $language->dir contains the language direction. It will either be 'ltr' or 'rtl'. webmaster@1: * - $head_title: A modified version of the page title, for use in the TITLE tag. webmaster@1: * - $head: Markup for the HEAD section (including meta tags, keyword tags, and webmaster@1: * so on). webmaster@1: * - $styles: Style tags necessary to import all CSS files for the page. webmaster@1: * - $scripts: Script tags necessary to load the JavaScript files and settings webmaster@1: * for the page. webmaster@1: * - $body_classes: A set of CSS classes for the BODY tag. This contains flags webmaster@1: * indicating the current layout (multiple columns, single column), the current webmaster@1: * path, whether the user is logged in, and so on. webmaster@1: * webmaster@1: * Site identity: webmaster@1: * - $front_page: The URL of the front page. Use this instead of $base_path, webmaster@1: * when linking to the front page. This includes the language domain or prefix. webmaster@1: * - $logo: The path to the logo image, as defined in theme configuration. webmaster@1: * - $site_name: The name of the site, empty when display has been disabled webmaster@1: * in theme settings. webmaster@1: * - $site_slogan: The slogan of the site, empty when display has been disabled webmaster@1: * in theme settings. webmaster@1: * - $mission: The text of the site mission, empty when display has been disabled webmaster@1: * in theme settings. webmaster@1: * webmaster@1: * Navigation: webmaster@1: * - $search_box: HTML to display the search box, empty if search has been disabled. webmaster@1: * - $primary_links (array): An array containing primary navigation links for the webmaster@1: * site, if they have been configured. webmaster@1: * - $secondary_links (array): An array containing secondary navigation links for webmaster@1: * the site, if they have been configured. webmaster@1: * webmaster@1: * Page content (in order of occurrance in the default page.tpl.php): webmaster@1: * - $left: The HTML for the left sidebar. webmaster@1: * webmaster@1: * - $breadcrumb: The breadcrumb trail for the current page. webmaster@1: * - $title: The page title, for use in the actual HTML content. webmaster@1: * - $help: Dynamic help text, mostly for admin pages. webmaster@1: * - $messages: HTML for status and error messages. Should be displayed prominently. webmaster@1: * - $tabs: Tabs linking to any sub-pages beneath the current page (e.g., the view webmaster@1: * and edit tabs when displaying a node). webmaster@1: * webmaster@1: * - $content: The main content of the current Drupal page. webmaster@1: * webmaster@1: * - $right: The HTML for the right sidebar. webmaster@1: * webmaster@1: * Footer/closing data: webmaster@1: * - $feed_icons: A string of all feed icons for the current page. webmaster@1: * - $footer_message: The footer message as defined in the admin settings. webmaster@1: * - $footer : The footer region. webmaster@1: * - $closure: Final closing markup from any modules that have altered the page. webmaster@1: * This variable should always be output last, after all other dynamic content. webmaster@1: * webmaster@1: * @see template_preprocess() webmaster@1: * @see template_preprocess_page() webmaster@1: */ webmaster@1: ?> webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: <?php print $head_title; ?> webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1:
webmaster@1: webmaster@1: webmaster@1:
webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1:
webmaster@1: webmaster@1:
webmaster@1: webmaster@1:
webmaster@1:

webmaster@1:
webmaster@1: webmaster@1: webmaster@1:
webmaster@1: webmaster@1:
webmaster@1: webmaster@1:
webmaster@1: webmaster@1:
webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1:
webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1: webmaster@1:
webmaster@1: webmaster@1: webmaster@1: