Hi Aryandhani...
thats all i have done before... i think you have missunderstood my question.
i try to explain again!
i click on Pages -> Edit 404 Page
there i insert
<h2>404 Page Not Found</h2>
We're sorry but the page you are looking for doesn't appear to exist!
Please go back in your browser, or click the link to return to website.
<a href="<?php echo Site::url(); ?>">website.com</a>
then i go to frontend and call a link which doesn't exist!
the 404 template works but not the php-part of <?php echo Site::url(); ?>
my sourcecode from the frontend looks like this
<h2>404 Page Not Found</h2>
We're sorry but the page you are looking for doesn't appear to exist!
Please go back in your browser, or click the link to return to website.
<a href="<?php echo Site::url(); ?>">website.com</a>
all i want to know how to echo the site-url inside Pages (without typing manually)