Changeset 15 for trunk/inc/help.inc.php

Show
Ignore:
Timestamp:
08/09/05 22:30:14 (7 years ago)
Author:
alexx
Message:
  • fix last bug in communities (see [14])
  • execute a "conversion smarty style" script ;) : for i in find . -type f | grep "\.php$" | grep -v "\.svn"; do perl -pi -e "s/\\\$smarty->assign\((.*),(.*)\);/\\\$_SMARTY\[\$1\] = \$2;/" $i; done
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/inc/help.inc.php

    r1 r15  
    3131 
    3232 
    33 $smarty->assign('Title', 'Help'); 
     33$_SMARTY['Title'] =  'Help'; 
    3434 
    3535$db_wiki =& DB::connect($dsn_wiki); 
     
    4545 
    4646 
    47 $smarty->assign('page' , $page); 
     47$_SMARTY['page' ] =  $page; 
    4848?>