Parent Directory
|
Revision Log
|
Revision Graph
#289299 by ultimateboy: initial port to d6
| 1 | <div class="admin-message sticky"> |
| 2 | |
| 3 | <?php // Changing the class on the link will make the javascript no longer function. ?> |
| 4 | <?php print l(t('Close'), 'admin_message/close/'. $node->nid, array('attributes'=>array('class' => 'admin-message-close', 'title' => t('Close this message')))); ?> |
| 5 | |
| 6 | <?php print node_view($node); ?> |
| 7 | |
| 8 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |