1<?php
2
3echo elgg_view_page("Ajax demo", [
4	'title' => 'path demo',
5	'content' => '',
6]);
7