Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 10:25 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Page Titles
PostPosted: Wed Apr 30, 2008 2:38 am 
Offline
Newbie

Joined: Thu Aug 24, 2006 4:28 am
Posts: 16
Right now the title of every page is just "Open-AudIT". The <title> tag should reflect what page you're currently on.

The problem is that every page includes "include.php" which sets the title. Maybe we could use the title's already supplied in menu_array.php (or set them manually). Include.php would need to be passed a title variable; one method is like this:

[code]
<?
$_GET = array();
$_GET['title'] = 'All Audited Systems';
include('include.php');
?>
[/code]

Then in include.php:

[code]
<?
echo "<title>{$_POST['title']}</title>\n";
?>
[/code]

I haven't tested this out but something like that should work. This may not sound like the most useful requests compared to some others, but it's a feature that should really be present.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group