Bu php / smarty sayfasında bazı html pasajı dahil istendi. Eğer ödeme yapmadan önce bu temelde bir bakış sayfanın sonunda bir satış anlaşması bulunuyor.
Benim php / smarty şablon içine statik html eklemek için kod nedir?
Teşekkürler ...
Eğer statik HTML içeren bir dosyayı dahil demek?
{include file="htmlfile.html"}
edit
Dosyası sadece HTML gibi, kullanmak daha iyi olabilir {fetch}
a>, örneğin
{fetch file="path/to/html/file.html"}
For local files, either a full system file path must be given, or a path relative to the executed php script.