Changeset 2290 for trunk/plugins


Ignore:
Timestamp:
Mar 23, 2008, 1:04:46 AM (16 years ago)
Author:
rvelices
Message:
  • remove compatibility with old template ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/hello_world/main.inc.php

    r2243 r2290  
    2727{
    2828  global $template, $page;
    29   $template->assign_var( 'PAGE_BANNER',
     29  $template->assign( 'PAGE_BANNER',
    3030    '<h1>"'.$page['page_banner'].'" from PhpWebGallery plugin!</h1>');
    3131}
Note: See TracChangeset for help on using the changeset viewer.