Welcome Guest, Not a member yet? Register   Sign In
Header/Footer at Error Message
#4

[eluser]John_Betong[/eluser]
 
My apologies, I did not understand exactly what you were after so I will try again.
 
I am not sure how error_general.php but it does accept the $heading and $message variables.
 
To achieve your result then what you could try is:
Code:
<?php include_once($path .'..\..\views\_header.php') ?>
  
   <?php echo $message; ?>

  <?php include_once(..\..\views\_footer.php') ?>
 
You will have to play about with the paths to make sure they are correct.
 
 


Messages In This Thread
Header/Footer at Error Message - by El Forum - 10-16-2008, 12:29 AM
Header/Footer at Error Message - by El Forum - 10-16-2008, 02:28 AM
Header/Footer at Error Message - by El Forum - 10-16-2008, 04:14 AM
Header/Footer at Error Message - by El Forum - 10-16-2008, 05:06 AM
Header/Footer at Error Message - by El Forum - 10-16-2008, 06:20 AM
Header/Footer at Error Message - by El Forum - 10-16-2008, 07:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB