Changeset 5746 for trunk/interface/i/index.php
- Timestamp:
- 04/11/08 17:24:28 (7 months ago)
- Files:
-
- 1 modified
-
trunk/interface/i/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/i/index.php
r5672 r5746 17 17 <?php 18 18 $blogAuthor = User::getName($blogid); 19 $blogLogo = !empty($blog['logo']) ? $blogURL . "/imageResizer?f=" . $blog['logo'] . "&m=80" : "{$service['path']}/ image/spacer.gif";19 $blogLogo = !empty($blog['logo']) ? $blogURL . "/imageResizer?f=" . $blog['logo'] . "&m=80" : "{$service['path']}/style/iphone/image/textcube_logo.png"; 20 20 $itemsView .= '<li class="blog_info">'.CRLF; 21 21 $itemsView .= ' <div class="logo"><img src="' . $blogLogo . '" /></div>'.CRLF; … … 84 84 <div class="searchIcon"></div> 85 85 <img id="clearButton" class="clearButton" src="<?php echo $service['path'];?>/image/spacer.gif" onclick="cancelAction(this);" /> 86 <input id="qString" type="text" name=" qString" autocomplete="off" unedited="true" class="search" onkeyup="searchKeywordCheck(this);" onkeydown="searchKeywordCheck(this);" />86 <input id="qString" type="text" name="search" autocomplete="off" unedited="true" class="search" onkeyup="searchKeywordCheck(this);" onkeydown="searchKeywordCheck(this);" /> 87 87 </fieldset> 88 88 </form>
