Show
Ignore:
Timestamp:
05/01/08 13:09:26 (7 months ago)
Author:
inureyes
Message:

#877

  • 팀블로그를 고려하여 블로그 이름 출력 부분 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/i/index.php

    r5748 r5839  
    1010    ?> 
    1111    <div class="toolbar"> 
    12         <h1 id="pageTitle"><?php echo htmlspecialchars(User::getName($blogid));?> Blog</h1> 
     12        <h1 id="pageTitle"><?php echo htmlspecialchars($blog['title']);?> Blog</h1> 
    1313        <a id="backButton" class="button" href="#"></a> 
    1414        <a class="button" href="#searchForm" id="searchButton" onclick="searchAction(true);">Search</a> 
    1515    </div> 
    16     <ul id="home" title="<?php echo htmlspecialchars(User::getName($blogid));?> Blog" selected="true"> 
     16    <ul id="home" title="<?php echo htmlspecialchars(UTF8::lessenAsEm($blog['title'],30));?> Blog" selected="true"> 
    1717    <?php 
    1818        $blogAuthor = User::getName($blogid);