From 0a4d2a558860b965f31c3678260b4f45fde7057f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Oct 2001 13:37:30 +0000 Subject: - Updated example.theme: it's being reduced to a minimum as it can inherit most/all of its functions from the BaseTheme. --- themes/example/example.theme | 187 +------------------------------------------ 1 file changed, 1 insertion(+), 186 deletions(-) (limited to 'themes/example/example.theme') diff --git a/themes/example/example.theme b/themes/example/example.theme index d1c512b7e..e1ee75610 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -1,192 +1,7 @@ - - - - <? echo variable_get(site_name, "drupal"); ?> - - - - - - - - - - - - - - - -
- - - -links(link_page()); -?> - -
- - - - - - - - - - - - - - - - - - - - - -
- title); ?> -
- - format_name($node), "%b" => format_date($node->timestamp, "small"))); -?> - - - -
-". check_output($node->body, 1) ."

"; -?> -
-links(link_node($node)); -?> - -
-
- -cid\">\n"; - - // Create comment header: - echo ""; - echo " "; - echo " "; - echo " "; - - // Moderation: - echo " "; - echo " "; - - // Author and date: - echo " "; - echo " "; - echo " "; - echo " "; - - // Body of comment: - echo " "; - echo " "; - echo " "; - echo "
"; - echo t("Subject") .":"; - echo " "; - echo " ". check_output($comment->subject); - echo " "; - echo comment_moderation($comment); - echo "
"; - echo t("Author") .":"; - echo " "; - echo format_name($comment) ." on ". format_date($comment->timestamp); - echo "
"; - echo check_output($comment->comment, 1); - - // Print navigation / control links: - echo "

$link

"; - echo "
"; - } // close comment function - - function box($subject, $content, $region = "main") { - -?> - - - - - - - - -
-

-
- -
-
- - - -
- -user("right", $this); - theme_blocks("right", $this); - -?> -
-

links(link_page()); ?>

-

-
- - - +?> \ No newline at end of file -- cgit v1.2.3