Skip to content

Commit

Permalink
- Nette 0.9.2 compatibility
Browse files Browse the repository at this point in the history
git-svn-id: http://nette-datagrid.googlecode.com/svn/trunk@58 a552be54-3675-11de-a996-7ff70a941223
  • Loading branch information
romansklenar committed Nov 14, 2009
1 parent 71cd0c4 commit ae43b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/DataGrid/grid.phtml
@@ -1,4 +1,4 @@
{snippet:grid}
{snippet grid}

{foreach $flashes as $flash}
<div class="flash {$flash->type}">{$flash->message}</div>
Expand Down
2 changes: 2 additions & 0 deletions app/presenters/BasePresenter.php
Expand Up @@ -8,6 +8,8 @@
*/
abstract class BasePresenter extends /*Nette\Application\*/Presenter
{
public $oldLayoutMode = FALSE;


/**
* Template factory.
Expand Down

0 comments on commit ae43b69

Please sign in to comment.