| 1 |
<?php |
<?php |
| 2 |
// $Id: static.module,v 1.2.2.3 2009/05/13 04:38:39 dman Exp $ |
// $Id: static.module,v 1.2.2.4 2009/06/18 16:58:36 dman Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Storage and retrieval of Drupal node content as plain HTML files |
* Storage and retrieval of Drupal node content as plain HTML files |
| 427 |
// Also, inevitably, adding some theme cruft for CCK bits and things. |
// Also, inevitably, adding some theme cruft for CCK bits and things. |
| 428 |
node_view($node); |
node_view($node); |
| 429 |
|
|
| 430 |
#dpm($node); |
#dpm($node); |
| 431 |
// When serializing, we can either dump a screen-view, or try to |
// When serializing, we can either dump a screen-view, or try to |
| 432 |
// annotate it our way. |
// annotate it our way. |
| 433 |
if (variable_get('static_save_semantically', TRUE)) { |
if (variable_get('static_save_semantically', TRUE)) { |