Davin has special HTML files with a .phtml extension. In these
files, you place normal HTML tags along with special ones. Listed below.
Note: Davin markup tags must be contained on a single line.
Extensions are not enabled by default. E-mail
support@davintech.ca for information.
Current Date
- Current Date: <?davin print="current_date"?>
- Current Time: <?davin print="current_time"?>
- Current Date/Time: <?davin print="current_datetime"?>
Current Page
- Page Count Total: <?davin print="page_count_total"?>
- Page Start Logging: <?davin print="page_start_logging"?>
- Page Count Year: <?davin print="page_count_year"?>
- Page Count Month: <?davin print="page_count_month"?>
- Page Count Today: <?davin print="page_count_today"?>
- Page Last Access: <?davin print="page_last_access"?>
- Page Last Browser: <?davin print="page_last_browser"?>
- Page Last Host: <?davin print="page_last_host"?>
- Page Last Referer: <?davin print="page_last_referer"?>
Document Include
- Include document: <?davin include="xxxxx"?>
where "xxxx" is a document to include into the current context.
"xxxx" is relative to the current URL, just like <IMG SRC="">.
Included documents are not themselves processed for markup tags.