diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-11-28 17:18:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-11-28 17:18:21 +0000 |
| commit | f5a8989dc18fa435899b7511046b9730611b31bb (patch) | |
| tree | a6569862995a28dc48ff50e92c20adf39baae822 /s5.php | |
| parent | bbc66ab82827fdd25641b56b5c62fa10fa77db6e (diff) | |
| download | wiki-f5a8989dc18fa435899b7511046b9730611b31bb.tar.gz wiki-f5a8989dc18fa435899b7511046b9730611b31bb.tar.bz2 wiki-f5a8989dc18fa435899b7511046b9730611b31bb.zip | |
undefined variable $s5
Diffstat (limited to 's5.php')
| -rw-r--r-- | s5.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.6 2006/03/01 19:22:57 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.7 2006/11/28 17:18:21 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: s5.php,v 1.6 2006/03/01 19:22:57 spiderr Exp $ + * $Id: s5.php,v 1.7 2006/11/28 17:18:21 squareing Exp $ * @package wiki * @subpackage functions */ @@ -17,7 +17,7 @@ $slides = explode( '<h1>', $gContent->getField('parsed_data') ); //vd($slides); // manually set the first slide to page title and description - $s5 .= '<li class="slide"><h1>'.$gContent->getTitle().'</h1>'; + $s5 = '<li class="slide"><h1>'.$gContent->getTitle().'</h1>'; $s5 .= '<h3>'.$gContent->mInfo['description'].'</h3></li>'; foreach( $slides as $slide ) { if( !empty( $slide ) ) { |
