View Single Post
  #70  
Old 12-11-2006, 05:28 AM
Robert's Avatar
Robert Robert is offline
First Lieutenant
 
Join Date: May 2005
Location: Dallas, TX USA
Posts: 300
Send a message via Skype™ to Robert
Default Re: Single Menu Page with Bv and PHP

SWEEEET!!! that's what I wanted to know.

Sorry if I was confusing, but you said..
Quote:
It used the old site_header function, using "Login To GraphXntrix.com" as argument, to place this frase on top of your login page. Now, you don't have it anymore, because you have created a totally new header in BV. If you need such a frase, just add it in your BV header.
The trouble I have been having is that I wasn't sure what modifications to these two pieces of code below that would allow for me to use my own header and footer without eliminating this function. Otherwise I need a suggestion on how I am supposed to write this in to my bv made site_header

Code:
<?php function site_header($title) { echo'<HEAD><TITLE>'.$title.'</TITLE></HEAD><BODY>'; } ?>
//----------------------------//
site_header('.Login To GraphXntrix.com.');
I was asking what would would occur if the two <HEAD> tags were removed where its says
Quote:
echo'<HEAD><TITLE>'.$title.'</TITLE></HEAD><BODY>';
from the that original function. what would happen..i'd try it out myself but I would make a mess. =)


which html properties would i pull up the image html properties used for site_header or the page html BEFORE HEAD tab

Either way, right now it isn't anywhere on my pages and you can try to pull up login.php or the page I want to start from preferrably:

http://www.graphxtrix.com/account/signin.html

http://www.graphxntrix.com/account/login.php

hope this helps right now I get
Quote:
Parse error: syntax error, unexpected '>' in /home2/grapxcom/public_html/include/site_header.php on line 1
__________________
Robert
www.GraphXntrix.com
Your Visual Revolution Solution
Reply With Quote