$intro_msg on login.php?

Permalink
In concrete/single_pages/login.php there's this code

<?php  if (isset($intro_msg)) { ?>
<h2><?php echo $intro_msg?></h2>
<?php  } ?>


But despite a full search I can't find where '$intro_msg' is set. Is there a dashboard form somewhere that I'm missing?

I'd like to say a few extra words to the users who visit and land at my login page for my closed site.

Cheers
Russell

russellfeeed
 
ryan replied on at Permalink Best Answer Reply
ryan
That may be legacy code.

The best way to do this is to theme your login page (if it's not already) Then add an area to either your login page or in your theme's view.php file. Once you have an area in there you can navigate to the login page in your sitemap and then edit the page like any other page in the site.
SVijay replied on at Permalink Reply
SVijay
Hi,

$intro_msg is set in concrete/controllers/login.php

Check out.