Re: [PHP Template] Revised proposal
[email protected] (Monte Ohrt) Thu, 17 Feb 2000 17:28:39 -0600
| Newsgroups | php.template |
|---|---|
| Organization | ispi |
| Message-ID | <[email protected]> |
Dan Libby wrote:
>
> my system actually had an alt="value" tag for unknowns. So for example:
>
> Welcome to {{sitename alt="Mysite.com"}}
>
This may be bit confusing to a designer, as "alt" already has a
set meaning in HTML. Maybe another attribute name? (default?)
> I think it is a pretty clean way of handling it in the templates without any
> code changes required. There was also an option to autohide an entire
> section if it contained unknowns with no alt attributes. This is useful for
> example to hide a table when no results are returned.
>
> -dan