Changeset 873 for trunk/wifidog-auth/wifidog/content/index.php
- Timestamp:
- 12/27/05 18:23:31 (7 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/content/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/index.php
r866 r873 125 125 // Get all locative artistic content for this node 126 126 $contents = $node->getAllLocativeArtisticContent(); 127 if( $contents)127 if(!empty($contents)) 128 128 { 129 $html .= "<table width='100%'><tr><td>";130 129 $html .= "<div class='portal_node_section'>\n"; 131 130 $html .= "<span class='portal_section_title'>"._("Content from:")." "; … … 142 141 } 143 142 $html .= "</span>"; 144 $html .= "</td></tr></table>";145 143 146 144 foreach ($contents as $content)
