X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fplset.php;h=4b08d990e4e87536999f3b6e4e9bab59bdeb0d1b;hb=a286fc7adaddd6aadd16dc69595fe929809d84b3;hp=68a06d5d31629193ae511ae04616cd16675172c7;hpb=3efb60522538b0b1fbd1b93ba3150c7c5d7eb039;p=platal.git diff --git a/classes/plset.php b/classes/plset.php index 68a06d5..4b08d99 100644 --- a/classes/plset.php +++ b/classes/plset.php @@ -1,6 +1,6 @@ changeTpl('core/plset.tpl'); + $page->coreTpl('plset.tpl'); $page->assign('plset_base', $baseurl); $page->assign('plset_mods', $this->mods); $page->assign('plset_mod', $this->mod); @@ -291,7 +291,7 @@ abstract class MultipageView implements PlView $page->assign_by_ref('set', $res); $count = $this->set->count(); $this->pages = intval(ceil($count / $this->entriesPerPage)); - return 'include/plview.multipage.tpl'; + return PlPage::getCoreTpl('plview.multipage.tpl'); } public function args()