Changeset 327 for trunk/app/views/forums

Show
Ignore:
Timestamp:
03/19/08 21:33:28 (9 months ago)
Author:
aarkerio
Message:

Deleting othAuth

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/forums/display.ctp

    r325 r327  
    11<?php 
    22//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"])); 
     3echo $html->para(null,  
     4                 'Foro: '.$html->link($data["Catforum"]["title"],  
     5                    '                 /catforums/display/'.$blog["User"]["username"].'/'.$blog["User"]["id"].'/'.$data["Catforum"]["id"] 
     6                                      ) 
     7               ); 
    48 
    59 echo '<div style="padding:6px;border:1px dotted gray;margin:15px 0 15px 0">'; 
     
    711    echo '<span ="font-size:pt">'. $data["Forum"]["description"] . "</span>";        
    812    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")),  
    1016                      '/topics/add/'.$blog["User"]["username"].'/'.$data["Forum"]["id"],  
    11                       null, null, false); 
    12     echo '</div>'; 
     17                      null, null, false) 
     18              ); 
     19   
    1320          
    1421    //Topics