- Patch #1051164 by betz: remove unnecessary ['submitted'] override in template.php.
parent
faa920f9e6
commit
1889e5600d
|
|
@ -106,7 +106,6 @@ function bartik_process_maintenance_page(&$variables) {
|
|||
* Override or insert variables into the node template.
|
||||
*/
|
||||
function bartik_preprocess_node(&$variables) {
|
||||
$variables['submitted'] = t('published by !username on !datetime', array('!username' => $variables['name'], '!datetime' => $variables['date']));
|
||||
if ($variables['view_mode'] == 'full' && node_is_page($variables['node'])) {
|
||||
$variables['classes_array'][] = 'node-full';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue