wie kann man eine variable Jahresangabe mitten im Text in eine CMSimple-Seite einfügen?
Sonst mache ich das immer so:
Code: Select all
<?php echo date("Y");?>
Danke für eine geniale Lösung, Gert
facebook: the meeting point ebay: the market place CMSimple: your home at the www
Impressum - Legal Notice | Datenschutzerklärung - Privacy Policy
Code: Select all
<?php echo date("Y");?>
Hier erstmal wieder der Hinweis, dass auch andere hier Lösungen präsentieren dürfen und sollenmeltemi wrote:Danke für eine geniale Lösung, Gert
Code: Select all
{{{function:meltemiShowYear();}}}
Code: Select all
function meltemiShowYear()
{
return date('Y');
}