Changeset 364 for trunk/aowow


Ignore:
Timestamp:
Mar 8, 2010, 5:07:33 PM (14 years ago)
Author:
maron
Message:
  • Opraveno: Exportování lua souborů. * Opraveno: Zobrazování hlavní stránky AoWoW.
Location:
trunk/aowow
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/aowow/index.php

    r170 r364  
    5454        'path' => '[]'
    5555);
     56
    5657
    5758// В зависимости от раздела, выбираем что открывать:
     
    131132                break;
    132133}
    133 
     134die('');
    134135?>
  • trunk/aowow/main.php

    r170 r364  
    55        if($rows)
    66                $smarty->assign('news', $rows);
    7 
    87        global $page;
    98        $smarty->assign('page', $page);
    109        $smarty->display('main.tpl');
     10       
    1111?>
Note: See TracChangeset for help on using the changeset viewer.