Changeset 2223 for trunk/popuphelp.php


Ignore:
Timestamp:
Feb 28, 2008, 3:41:48 AM (17 years ago)
Author:
rvelices
Message:
  • migrate many templates to smarty
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/popuphelp.php

    r2138 r2223  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | file          : $Id$
     
    6565}
    6666
    67 $template->set_filenames(array('popuphelp' => 'popuphelp.tpl'));
     67$template->set_filename('popuphelp','popuphelp.tpl');
    6868
    69 $template->assign_vars(
     69$template->assign(
    7070  array
    7171  (
     
    7777// +-----------------------------------------------------------------------+
    7878
    79 $template->parse('popuphelp');
     79$template->pparse('popuphelp');
    8080
    8181include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.