Changeset 327 for trunk/app/views/forums
- Timestamp:
- 03/19/08 21:33:28 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/forums/display.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/forums/display.ctp
r325 r327 1 1 <?php 2 2 //die(print_r($data)); 3 echo $html->para(null, 'Foro: '. $html->link($data["Catforum"]["title"], '/catforums/display/'.$blog["User"]["username"].'/'.$blog["User"]["id"].'/'.$data["Catforum"]["id"])); 3 echo $html->para(null, 4 'Foro: '.$html->link($data["Catforum"]["title"], 5 ' /catforums/display/'.$blog["User"]["username"].'/'.$blog["User"]["id"].'/'.$data["Catforum"]["id"] 6 ) 7 ); 4 8 5 9 echo '<div style="padding:6px;border:1px dotted gray;margin:15px 0 15px 0">'; … … 7 11 echo '<span ="font-size:pt">'. $data["Forum"]["description"] . "</span>"; 8 12 echo '<div style="width:100px;margin-top:15px">'; 9 echo $html->link($html->image('static/new_post.gif', array("alt"=>"Add new topic", "title"=>"Add new topic")), 13 14 echo $html->div('space', 15 $html->link($html->image('static/new_post.gif', array("alt"=>"Add new topic", "title"=>"Add new topic")), 10 16 '/topics/add/'.$blog["User"]["username"].'/'.$data["Forum"]["id"], 11 null, null, false); 12 echo '</div>'; 17 null, null, false) 18 ); 19 13 20 14 21 //Topics
