[Tts-dev-commits] r58 - zen-tts/templates

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon May 30 00:03:09 CEST 2011


Author: vjrj_
Date: 2011-05-30 00:03:09 +0200 (Mon, 30 May 2011)
New Revision: 58

Modified:
   zen-tts/templates/page.tpl.php
Log:


Modified: zen-tts/templates/page.tpl.php
===================================================================
--- zen-tts/templates/page.tpl.php	2011-05-29 21:48:37 UTC (rev 57)
+++ zen-tts/templates/page.tpl.php	2011-05-29 22:03:09 UTC (rev 58)
@@ -107,9 +107,8 @@
  * @see zen_process()
  */
 ?>
-<?php
-$title-tts = '<span>Take </span><span style="font-size:55px">the</span><br><span>Squ</span><span style="font-size:70px">are </span><span style="font-size:80px">!</span>';
-$slogan-tts = '<span style="font-size:18px">Because gl</span><span style="font-size:21px">obal problems</span><br/><span style="font-size:17px">need g</span><span style="font-size:20px">lobal pro</span><span style="font-size:21px">tests<br/>and </span><span style="font-size:22px">global solutions...</span><br/><span style="font-size:23px">Join us!</span>';
+<?php $titletts="<span>Take </span><span style=\"font-size:55px\">the</span><br><span>Squ</span><span style=\"font-size:70px\">are </span><span style=\"font-size:80px\">!</span>";
+$slogantts="<span style=\"font-size:18px\">Because gl</span><span style=\"font-size:21px\">obal problems</span><br/><span style=\"font-size:17px\">need g</span><span style=\"font-size:20px\">lobal pro</span><span style=\"font-size:21px\">tests<br/>and </span><span style=\"font-size:22px\">global solutions...</span><br/><span style=\"font-size:23px\">Join us!</span>";
 ?>
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@@ -141,7 +140,7 @@
             <?php if ($title): ?>
               <div id="site-name"><strong>
                 <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
-		  <?php print $title-tts; ?>
+		  <?php print $titletts; ?>
               </strong></div>
             <?php else: /* Use h1 when the content title is empty */ ?>
               <h1 id="site-name">
@@ -152,7 +151,7 @@
 
           <?php if ($site_slogan): ?>
             <div id="site-slogan">
-            <?php print $slogan-tts; ?>
+            <?php print $slogantts; ?>
             </div><!-- end slogan -->
           <?php endif; ?>
         </div><!-- /#name-and-slogan -->




More information about the Tts-dev-commits mailing list