Changeset 7405
- Timestamp:
- 04/22/09 02:00:43 (17 months ago)
- Files:
-
- 1 modified
-
branches/1.7/library/view/view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/library/view/view.php
r7357 r7405 1047 1047 function addWebSlice($content, $id, $title) { 1048 1048 return '<div class="hslice" id="'.$id.'">'.CRLF. 1049 '<h4 class="entry-title" style="visibility:hidden;height:0; ">'.$title.'</h4>'.CRLF.1049 '<h4 class="entry-title" style="visibility:hidden;height:0;padding:0;margin:0;">'.$title.'</h4>'.CRLF. 1050 1050 '<div class="entry-content">'.CRLF.$content.CRLF.'</div>'.CRLF. 1051 1051 '</div>'.CRLF;
