home

Page Title

Tags: , ,

….

  1. #
  2. #-----[ OPEN ]------------------------------------------
  3. #
  4.  
  5. /templates/*yourtemplate*/overall_header.tpl 
  6.  
  7. #
  8. #-----[ FIND ]------------------------------------------
  9. #
  10.  
  11. <title>{SITENAME} :: {PAGE_TITLE}</title>
  12.  
  13. #
  14. #-----[ REPLACE, WITH  ]------------------------------------------
  15. #
  16.  
  17. <title>{PAGE_TITLE}</title>
  18.  
  19.  
  20. #
  21. #-----[ OPEN ]------------------------------------------
  22. #
  23.  
  24. /index.php 
  25.  
  26. #
  27. #-----[ FIND ]------------------------------------------
  28. #
  29.  
  30. $page_title = $lang['Index'];
  31.  
  32. #
  33. #-----[ REPLACE, WITH  ]------------------------------------------
  34. #
  35.  
  36. $page_title = $board_config['sitename'];
  37.  
  38. #
  39. #-----[ OPEN ]------------------------------------------
  40. #
  41.  
  42. /viewtopic.php 
  43.  
  44. #
  45. #-----[ FIND ]------------------------------------------
  46. #
  47.  
  48. $page_title = $lang['View_topic'] .' - ' . $topic_title;
  49.  
  50. #
  51. #-----[ REPLACE, WITH  ]------------------------------------------
  52. #
  53.  
  54. $page_title = $board_config['sitename'] .' :: ' . $topic_title;
  55.  
  56. #
  57. #-----[ OPEN ]------------------------------------------
  58. #
  59.  
  60. /viewforum.php 
  61.  
  62. #
  63. #-----[ FIND ]------------------------------------------
  64. #
  65.  
  66. $page_title = $lang['View_forum'] . ' - ' . $forum_row['forum_name'];
  67.  
  68. #
  69. #-----[ REPLACE, WITH  ]------------------------------------------
  70. #
  71.  
  72. $page_title = $board_config['sitename'] .' :: ' . $forum_row['forum_name'];

Created By: sb123

Form Page: Page Title


留言中至少要有一个中文字

Leave a Reply