phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/template common.php,1.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/template common.php,1.3,1.4
Date: Tue, 04 Mar 2003 17:00:14 -0500

Update of /cvsroot/phpgroupware/wiki/template
In directory subversions:/tmp/cvs-serv16035

Modified Files:
        common.php 
Log Message:
stop the wiki to produce own html,title and body tags


Index: common.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/template/common.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** common.php  3 Mar 2003 14:16:25 -0000       1.3
--- common.php  4 Mar 2003 22:00:12 -0000       1.4
***************
*** 28,33 ****
    $keywords = str_replace('"', '&quot;', $keywords);
  
!   ob_start();                           // Start buffering output.
! 
    if($SeparateTitleWords)
      { $args['title'] = html_split_name($args['title']); }
--- 28,33 ----
    $keywords = str_replace('"', '&quot;', $keywords);
  
! //ob_start();                           // Start buffering output.
! /*
    if($SeparateTitleWords)
      { $args['title'] = html_split_name($args['title']); }
***************
*** 52,55 ****
--- 52,59 ----
  </head>
  <body>
+ <?php
+ */
+ ?>
+ <link rel="STYLESHEET" href="<?php print $StyleScript; ?>" type="text/css" />
  <div id="header">
    <div class="logo">
***************
*** 176,186 ****
  ?>
  </div>
- </body>
- </html>
  <?php
! 
    $size = ob_get_length();
    ##header("Content-Length: $size");
    ob_end_flush();
  }
  ?>
--- 180,191 ----
  ?>
  </div>
  <?php
! //</body>
! //</html>
! /*
    $size = ob_get_length();
    ##header("Content-Length: $size");
    ob_end_flush();
+ */
  }
  ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]