/[drupal]/contributions/modules/admin_message/admin-message-node.tpl.php
ViewVC logotype

Contents of /contributions/modules/admin_message/admin-message-node.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Mar 6 03:02:41 2009 UTC (8 months, 2 weeks ago) by ultimateboy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
#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