Changeset 46082
- Timestamp:
- 05/15/08 19:56:24 (2 months ago)
- Files:
-
- fotobook/trunk/fotobook.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fotobook/trunk/fotobook.php
r45051 r46082 913 913 914 914 // buffer the output 915 ob_start();915 // ob_start(); 916 916 917 917 $page_link = get_permalink($page_id); … … 976 976 <p style="display: none"><?php echo $hidden_bottom ?></p> 977 977 <?php 978 979 $content .= ob_get_contents(); 980 ob_clean(); 978 //$content .= ob_get_clean(); 981 979 return $content; 982 980 }
