Moje kniha o CMS Drupal
Poslední komentáře
- 3 days 6 hours ago
- 5 days 15 hours ago
- 6 days 14 hours ago
- 6 days 14 hours ago
- 1 week 4 days ago
- 1 week 6 days ago
- 6 months 1 week ago
- 6 months 1 week ago
- 8 months 2 weeks ago
- 9 months 2 weeks ago
Nové diskuze
- (1 month zpět)
- (1 month 1 week zpět)
- (8 months zpět)
- (9 months 2 weeks zpět)
- (1 year 7 months zpět)
- (1 year 7 months zpět)
- (1 year 11 months zpět)
- (1 year 11 months zpět)

Našel jsem zatím tohle:
// Add a single suggestion for nodes that have the "Promoted to front page" box checked.
function testoviny_preprocess_node(&$variables) {
if ($variables['node__product']) {
// looks for node--promoted.tpl.php in your theme directory
$variables['theme_hook_suggestion'] = 'node__product';
}
}
Ale hází to chyby a nepracuje!