/[drupal]/contributions/themes/TVframe/node-sms_message.tpl.php
ViewVC logotype

Contents of /contributions/themes/TVframe/node-sms_message.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Feb 4 22:37:17 2009 UTC (9 months, 3 weeks ago) by civicpixel
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
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