equal
deleted
inserted
replaced
179 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> ' |
179 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> ' |
180 notfound = notfound.tmpl |
180 notfound = notfound.tmpl |
181 error = error.tmpl |
181 error = error.tmpl |
182 urlparameter = '{separator}{name}={value|urlescape}' |
182 urlparameter = '{separator}{name}={value|urlescape}' |
183 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />' |
183 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />' |
|
184 breadcrumb = '> <a href="{url}">{name}</a> ' |