- Added django-yui-layout-templates project with few modifications
[haanga.git] / tests / assert_templates / load.php
blob3909085a431b767d0aed95770df0f8af25a1b205
1 <?php
2 $page = 10;
3 $total = 500;
4 $results_per_page = 10;
6 $data = compact('page', 'total', 'results_per_page');