Guest User

Untitled

a guest
Jul 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. main -> dw-free cgi-bin/DW/Template.pm
  2. --- cvs/dw-free/cgi-bin/DW/Template.pm 2010-01-31 16:07:22.000000000 +0000
  3. +++ cgi-bin/DW/Template.pm 2010-01-31 16:15:24.000000000 +0000
  4. @@ -44,12 +44,18 @@
  5. site => $LJ::SITEROOT,
  6. });
  7.  
  8. +my $dw_constants = Template::Namespace::Constants->new({
  9. + need_res => \&LJ::need_res,
  10. +});
  11. +
  12. +
  13. # precreating this
  14. my $view_engine = Template->new({
  15. INCLUDE_PATH => "$LJ::HOME/views/",
  16. NAMESPACE => {
  17. site => $site_constants,
  18. roots => $roots_constants,
  19. + dw => $dw_constants,
  20. },
  21. FILTERS => {
  22. ml => [ \&ml, 1 ],
Add Comment
Please, Sign In to add comment