
dawn at thetyee
Nov 28, 2008, 9:44 PM
Post #3 of 4
(1752 views)
Permalink
|
like so: $burner->publish_another($archive_story); Bric::App::Util::add_msg('Archive story: '.$archive_story->get_title.' published'); Best function since sliced bread. Dawn On 28-Nov-08, at 10:56 AM, David E. Wheeler wrote: > On Nov 28, 2008, at 12:05 PM, Zdravko Balorda wrote: > >> could templates print any user warning/status messages, (with those >> cute little red letters). For instance, when publish_another it >> would be nice to report the other story being published, etc. > > Yes. You can call Bric::App::Util::add_msg() from within a template. > > Best, > > David >
|