Changeset 5918
- Timestamp:
- 05/10/08 03:24:39 (8 months ago)
- Location:
- trunk
- Files:
-
- 1 removed
- 3 modified
-
lib/view/paging.php (deleted)
-
lib/view/view.php (modified) (1 diff)
-
skin/coolant/skin.html (modified) (1 diff)
-
skin/standard/skin.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/view/view.php
r5775 r5918 998 998 $view = "$template"; 999 999 dress('link_url', htmlspecialchars($link['url']), $view); 1000 dress('link_category', htmlspecialchars($link['categoryName']), $view); 1000 1001 if( $showXfn && $home && $link['xfn'] ) { 1001 1002 addXfnAttrs( htmlspecialchars($link['url']), htmlspecialchars($link['xfn']), $view ); -
trunk/skin/coolant/skin.html
r5722 r5918 577 577 <ol> 578 578 <s_link_rep> 579 <li><a href="[##_link_url_##]" onclick="window.open(this.href); return false">[##_link_ site_##]</a></li>579 <li><a href="[##_link_url_##]" onclick="window.open(this.href); return false">[##_link_category_##] - [##_link_site_##]</a></li> 580 580 </s_link_rep> 581 581 </ol> -
trunk/skin/standard/skin.html
r5722 r5918 551 551 <s_link_rep> 552 552 <li> 553 <a href="[##_link_url_##]" onclick="window.open(this.href); return false"> [##_link_site_##].</a>553 [##_link_category_##] <a href="[##_link_url_##]" onclick="window.open(this.href); return false"> [##_link_site_##].</a> 554 554 </li> 555 555 </s_link_rep>
