Changeset 1315:220e119ae6c8 for inc/public/lib.urlhandlers.php
- Timestamp:
- 08/09/13 08:01:31 (12 years ago)
- Branch:
- twig
- Parents:
- 1158:9d7267aec27b (diff), 1314:99a1319b79fc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.urlhandlers.php
r1128 r1315 4 4 # This file is part of Dotclear 2. 5 5 # 6 # Copyright (c) 2003-201 1Olivier Meunier & Association Dotclear6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 86 86 $_ctx->nb_entry_per_page = $core->blog->settings->system->nb_post_per_page; 87 87 } 88 89 // Break public template here for now90 // just to check if template engine is well loaded.91 $core->tpl->display($tpl.'.twig');92 // To be continued...93 88 94 89 $tpl_file = $core->tpl->getFilePath($tpl);
Note: See TracChangeset
for help on using the changeset viewer.