Changes between Initial Version and Version 1 of Ticket #16305, comment 4
- Timestamp:
- 01/21/2011 08:08:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16305, comment 4
initial v1 3 3 --------------Here is the code for line 96------------- 4 4 5 6 {{{ 5 7 echo "<link rel=\"image_src\" href=\"".$image[0]."\" / >"; 8 }}} 9 6 10 7 11 8 12 ------------- header.php file ------------------------ 9 13 14 15 {{{ 10 16 <?php global $default_colorscheme, $shortname, $category_menu, $exclude_pages, $exclude_cats, $hide, $strdepth, $strdepth2, $page_menu; ?> 11 17 <?php $colorSchemePath = ''; … … 217 223 <?php }; ?> 218 224 <div class="container"> 225 }}} 226 227 ''Edited by ocean90:'' Please use the code tags.