Moje kniha o CMS Drupal
Poslední komentáře
- 2 weeks 2 days ago
- 2 weeks 3 days ago
- 1 month 2 weeks ago
- 7 months 2 weeks ago
- 7 months 2 weeks ago
- 9 months 4 weeks ago
- 10 months 3 weeks ago
- 10 months 3 weeks ago
- 10 months 3 weeks ago
- 1 year 2 months ago
Nové diskuze
- (2 months 2 weeks zpět)
- (9 months 1 week zpět)
- (10 months 3 weeks zpět)
- (1 year 8 months zpět)
- (1 year 8 months zpět)
- (2 years zpět)
- (2 years zpět)
- (2 years 1 month 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!