repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added django-yui-layout-templates project with few modifications
[haanga.git]
/
tests
/
assert_templates
/
load.php
blob
3909085a431b767d0aed95770df0f8af25a1b205
1
<
?php
2
$page
=
10
;
3
$total
=
500
;
4
$results_per_page
=
10
;
5
6
$data
=
compact
(
'page'
,
'total'
,
'results_per_page'
);