How to change phpld title seperator
May 11th, 2008 — adminWant to change the seperator between categories in the title tag?
At the moment the phpld generate the title as:
home - category - category - category
Read the rest of this entry »
Want to change the seperator between categories in the title tag?
At the moment the phpld generate the title as:
home - category - category - category
Read the rest of this entry »
Open init.php, between
$db->SetFetchMode(ADODB_FETCH_ASSOC);
read_config($db);
add MySQL_query(”SET NAMES ‘latin1′”);
let them becomes: Read the rest of this entry »
It is very simple,just like this:
{php}
echo “PHP
“;
echo “I love PHP
“;
echo “included in .tpl
“;
{/php}
Find the Current URL with PHP Read the rest of this entry »
{if $category.ID == 0}
This is the description of my homepage. I can even include html.
{/if}
Note:the above code works, but the only problem is this added text also appears when using the search function from the home page. Read the rest of this entry »