From 4f3ba9976a3978d830873cf3bac9639741cd3051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 22 Mar 2016 20:13:56 +0100 Subject: Removed sites dirs from repo --- .../brdo.brontosaurus.cz/themes/brdo/template.php | 142 --------------------- 1 file changed, 142 deletions(-) delete mode 100644 sites/brdo.brontosaurus.cz/themes/brdo/template.php (limited to 'sites/brdo.brontosaurus.cz/themes/brdo/template.php') diff --git a/sites/brdo.brontosaurus.cz/themes/brdo/template.php b/sites/brdo.brontosaurus.cz/themes/brdo/template.php deleted file mode 100644 index fae7c6e30..000000000 --- a/sites/brdo.brontosaurus.cz/themes/brdo/template.php +++ /dev/null @@ -1,142 +0,0 @@ -type; - if (function_exists($function)) { - $function($variables, $hook); - } -} -// */ - -/** - * Override or insert variables into the comment templates. - * - * @param $variables - * An array of variables to pass to the theme template. - * @param $hook - * The name of the template being rendered ("comment" in this case.) - */ -/* -- Delete this line if you want to use this function -function STARTERKIT_preprocess_comment(&$variables, $hook) { - $variables['sample_variable'] = t('Lorem ipsum.'); -} -// */ - -/** - * Override or insert variables into the block templates. - * - * @param $variables - * An array of variables to pass to the theme template. - * @param $hook - * The name of the template being rendered ("block" in this case.) - */ -/* -- Delete this line if you want to use this function -function STARTERKIT_preprocess_block(&$variables, $hook) { - // Add a count to all the blocks in the region. - $variables['classes_array'][] = 'count-' . $variables['block_id']; -} -// */ -- cgit v1.2.3