Date: 07/25/01
- Next message: tugce tahmaz: "[phplib] system"
- Previous message: lists <email protected>: "[phplib] Template Bug"
- In reply to: lists <email protected>: "[phplib] Template Bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 9:14 PM +0100 25/7/01, <lists <email protected>> wrote:
>$tpl->parse("navigate", "nav");
>$tpl->p("nav");
This last line should be:
$tpl->p("navigate");
$tpl->parse performs the substitutions on nav and saves the output
in navigate. You then print navigate.
Alternatively, use
$tpl->pparse("navigate", "nav");
...Richard.
-- Abbestellen mit Mail an: phplib-unsubscribe <email protected> Kommandoliste mit Mail an: phplib-help <email protected>
- Next message: tugce tahmaz: "[phplib] system"
- Previous message: lists <email protected>: "[phplib] Template Bug"
- In reply to: lists <email protected>: "[phplib] Template Bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

