| 1 |
<?php |
<?php |
| 2 |
// $Id: slider.module,v 1.1.2.2 2008/12/16 15:37:35 marktheunissen Exp $ |
// $Id: slider.module,v 1.1.2.3 2009/02/25 11:45:28 marktheunissen Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 50 |
case 'view': |
case 'view': |
| 51 |
// check the node type |
// check the node type |
| 52 |
$slider_types = variable_get('slider_node_types', array()); |
$slider_types = variable_get('slider_node_types', array()); |
| 53 |
if (in_array($node->type, $slider_types)) { |
if (in_array($node->type, $slider_types, TRUE)) { |
| 54 |
// full node view, by itself on a page |
// full node view, by itself on a page |
| 55 |
if (!$teaser && $page) { |
if (!$teaser && $page) { |
| 56 |
// this is a slider node, so perform modifications! |
// this is a slider node, so perform modifications! |