Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of TVframe theme, the official Open Media Project base theme.
| 1 | <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> |
| 2 | <div class="content"> |
| 3 | <div class="sms_message"> |
| 4 | <strong>User <a href="/node/<?php print $node->nid. '">'. $node->field_cell_phone[0]['value']. ':'; ?></a></strong> |
| 5 | <?php print '"'. $node->field_sms_message[0]['value'] .'"'; ?> |
| 6 | </div> |
| 7 | </div> |
| 8 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |