Jump to content

Text disappeared from pages.


Hardiga

Recommended Posts

Then open the tpl where your text is not appearing and look for the specific variabile involved. Let's say that you can't see {$welcometext} in header.tpl. Copy "welcometext" and CTRL+F (Find) it in your lang/english.php or the language that you are using. Is it present inside your language file?

Link to comment
Share on other sites

In header.tpl I have

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title>
<meta http-equiv="content-type" content="text/html; charset={$charset}" />
<meta name="keywords" content="{$LANG.keywords}" />
<meta name="description" content="{$LANG.desc}" />

 

But in source I have only

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Portal Home</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />

 

What does it mean?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated