Only in /tmp/plutado: .project diff -urp /tmp/plutado/comment.tpl.php plutado/comment.tpl.php --- /tmp/plutado/comment.tpl.php 2008-06-20 19:45:13.000000000 +0200 +++ plutado/comment.tpl.php 2008-07-03 20:46:51.000000000 +0200 @@ -17,4 +17,4 @@ - \ No newline at end of file + diff -urp /tmp/plutado/node.tpl.php plutado/node.tpl.php --- /tmp/plutado/node.tpl.php 2008-06-20 19:45:13.000000000 +0200 +++ plutado/node.tpl.php 2008-07-03 20:45:29.000000000 +0200 @@ -9,8 +9,8 @@
- created, 'custom', 'F j, Y, g:i a') . ' | ' . 'by ' . theme('username', $node); ?> - + created, 'custom', 'F j, Y, g:i a') .' | by '. theme('username', $node); ?> +
@@ -19,19 +19,19 @@
- -
Categories:
-
+ +
Categories:
+
-
+
+ + - \ No newline at end of file + diff -urp /tmp/plutado/page.tpl.php plutado/page.tpl.php --- /tmp/plutado/page.tpl.php 2008-06-25 22:19:43.000000000 +0200 +++ plutado/page.tpl.php 2008-07-03 21:12:17.000000000 +0200 @@ -1,10 +1,10 @@ - <?php print $head_title ?> - + +
-
+ - + + - +
uid) : ?> - Welcome, name,'user/'.$user->uid); ?> | - + Welcome, name, 'user/'. $user->uid); ?> | + - / + /
- +
@@ -58,7 +58,7 @@
- +
@@ -74,7 +74,7 @@
-
+
@@ -82,7 +82,7 @@ @@ -94,24 +94,24 @@
-
-
+
-
+
@@ -126,36 +126,36 @@
»
' ?>
- + -
+
-
+
- + - +
-
+
- + - - + + - + @@ -186,7 +186,7 @@

-
+
@@ -197,12 +197,12 @@ - +
-
+ @@ -233,9 +233,17 @@ - + + + + + - + Only in plutado/: plutado.info diff -urp /tmp/plutado/template.php plutado/template.php --- /tmp/plutado/template.php 2008-06-20 19:45:13.000000000 +0200 +++ plutado/template.php 2008-07-03 21:00:50.000000000 +0200 @@ -1,35 +1,13 @@ t('human readable name') - */ - -function plutado_regions() { - return array ( - 'leaderboard' => t('leaderboard'), - 'header' => t('header'), - 'left' => t('left sidebar'), - 'right' => t('right sidebar'), - 'section_top' => t('section top'), - 'content_top' => t('content top'), - 'content_bottom' => t('content bottom'), - 'section_bottom' => t('section bottom'), - 'footer' => t('footer'), - 'footer_ad' => t('footer ad'), - ); -} - function phptemplate_breadcrumb($breadcrumb) { - if (!empty($breadcrumb)) { - return ''; - } + if (!empty($breadcrumb)) { + return ''; + } } /* override the default presentation of the search bar. */ function phptemplate_search_theme_form($form) { - return _phptemplate_callback('search_theme_form', array('form' => $form), array('search-theme-form')); -} + return theme_render_template(drupal_get_path('theme', 'theme_name') .'/search-theme-form.tpl.php', array('form' => $form)); +}