From 9438279fd24e0309abd1f78a9442b149f7bd6bef Mon Sep 17 00:00:00 2001 From: bboldi Date: Tue, 13 Sep 2011 12:08:50 +0200 Subject: Initial commit. --- templates/comment-wrapper.tpl.php | 5 +++++ templates/html.tpl.php | 18 ++++++++++++++++++ templates/region.tpl.php | 25 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 templates/comment-wrapper.tpl.php create mode 100644 templates/html.tpl.php create mode 100644 templates/region.tpl.php (limited to 'templates') diff --git a/templates/comment-wrapper.tpl.php b/templates/comment-wrapper.tpl.php new file mode 100644 index 0000000..adfce58 --- /dev/null +++ b/templates/comment-wrapper.tpl.php @@ -0,0 +1,5 @@ +print_comment_wrapper($vars); +?> \ No newline at end of file diff --git a/templates/html.tpl.php b/templates/html.tpl.php new file mode 100644 index 0000000..94bad82 --- /dev/null +++ b/templates/html.tpl.php @@ -0,0 +1,18 @@ + +> + + + + <?php print $head_title; ?> + + + + + +> + + + + + \ No newline at end of file diff --git a/templates/region.tpl.php b/templates/region.tpl.php new file mode 100644 index 0000000..08cd625 --- /dev/null +++ b/templates/region.tpl.php @@ -0,0 +1,25 @@ + +
+ subject) + && isset($element['#children']) && is_string($element['#children']) && !empty($element['#children'])) { + $block_subject = $element['#block']->subject; + $block_content = $element['#children']; + art_vmenu_output($block_subject, $block_content); } + } + + break; + default: + print $content; + break; + }?> +
+ \ No newline at end of file -- cgit v1.2.3