[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] CVS: squirrelmail/templates/default span.tpl,NONE,1.1
From:       Paul Lesneiwski <pdontthink () users ! sourceforge ! net>
Date:       2006-12-31 5:41:00
Message-ID: E1H0tRM-0000E0-0Y () sc8-pr-cvs8 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/squirrelmail/squirrelmail/templates/default
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv844/templates/default

Added Files:
	span.tpl 
Log Message:
Remove span tags from core

--- NEW FILE ---
<?php

/**
  * span.tpl
  *
  * Template for constructing a span tag.
  *
  * The following variables are available in this template:
  *      + $value   - The contents that belong inside the span
  *      + $class   - CSS class name (optional; may not be present)
  *      + $id      - ID name (optional; may not be present)
  *
  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id: span.tpl,v 1.1 2006/12/31 05:40:57 pdontthink Exp $
  * @package squirrelmail
  * @subpackage templates
  */


// retrieve the template vars
//
extract($t);


?><span<?php if (!empty($class)) echo ' class="' . $class . '"'; ?><?php if \
(!empty($id)) echo ' id="' . $id . '"'; ?>><?php echo $value; ?></span>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-cvs mailing list
List Address: squirrelmail-cvs@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
http://squirrelmail.org/cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic