Hi,
I meant this line. Does it work?
bye
Thorsten
I'm too confused... I appreciate the effort, but i need to know what line you are talking about specifically and what code for it.... I am not a php developer... I cut and paste where told
thanks
PS: COuld you re-edit the above post of yours ...
Search found 5 matches
- Mon Jul 19, 2004 5:04 pm
- Forum: General discussions
- Topic: Page Title thema?? rubrik?
- Replies: 9
- Views: 12534
- Sun Jul 18, 2004 9:44 pm
- Forum: General discussions
- Topic: Page Title thema?? rubrik?
- Replies: 9
- Views: 12534
?????
no problem adding the code to the index.php file:
/* found a record ID? */
if (isset($id) && checkIntVar($id) == TRUE) {
  $title = $title." - ".stripslashes(getThema($id, $lang));
  }
else {
  $title = $title." - powered by phpMyFAQ";
  }
however:
Then change a few lines ...
/* found a record ID? */
if (isset($id) && checkIntVar($id) == TRUE) {
  $title = $title." - ".stripslashes(getThema($id, $lang));
  }
else {
  $title = $title." - powered by phpMyFAQ";
  }
however:
Then change a few lines ...
- Sun Jul 18, 2004 7:08 am
- Forum: General discussions
- Topic: Page Title thema?? rubrik?
- Replies: 9
- Views: 12534
- Sun Jul 18, 2004 2:27 am
- Forum: General discussions
- Topic: Page Title thema?? rubrik?
- Replies: 9
- Views: 12534
saw this thread, what I want to do is have a different title for each post. I think it is rubrik or thema, and I need that in the title tag,canuck wrote:viewtopic.php?t=894
- Sat Jul 17, 2004 10:39 pm
- Forum: General discussions
- Topic: Page Title thema?? rubrik?
- Replies: 9
- Views: 12534
Page Title thema?? rubrik?
I would like to have the {writeRubrik} or {writeThema}, I think it's thema as my page title, however when i include it on my template/index.html it doesn't call up? Just want to take the title in the artikel.html file...hope this makes sense
for example (template:index.html):
<!DOCTYPE HTML PUBLIC ...
for example (template:index.html):
<!DOCTYPE HTML PUBLIC ...