Moje kniha o CMS Drupal
Poslední komentáře
- 20 hours ago
- 20 hours ago
- 5 days 21 hour ago
- 1 week ago
- 6 months ago
- 6 months ago
- 8 months 1 week ago
- 9 months 1 week ago
- 9 months 1 week ago
- 9 months 1 week ago
Nové diskuze
- (1 month zpět)
- (1 month zpět)
- (7 months 3 weeks zpět)
- (9 months 1 week zpět)
- (1 year 6 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!