Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

adley

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

adley's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Добрый день! Я, мягко сказать, делетант. Прошу Вашей помощи, помогите разобраться. Скачал бесплатную тему и установил. Все хорошо, но сверху выдает ошибку "Notice: Undefined variable: og_image in /var/www/vhosts/u8799131.plsk.regruhosting.ru/u8799131.plsk.regruhosting.ru/public_html/catalog/view/theme/e-store/template/common/header.tpl on line 16" header.tpl выглядит следующим образом: <!DOCTYPE html> <html dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>"> <head> <meta charset="UTF-8" /> <title><?php echo $title; ?></title> <base href="<?php echo $base; ?>" /> <?php if ($description) { ?> <meta name="description" content="<?php echo $description; ?>" /> <?php } ?> <?php if ($keywords) { ?> <meta name="keywords" content="<?php echo $keywords; ?>" /> <?php } ?> <meta property="og:title" content="<?php echo $title; ?>" /> <meta property="og:type" content="website" /> <meta property="og:url" content="<?php echo $og_url; ?>" /> <?php if ($og_image) { ?> <meta property="og:image" content="<?php echo $og_image; ?>" /> <?php } else { ?> <meta property="og:image" content="<?php echo $logo; ?>" /> <?php } ?> <meta property="og:site_name" content="<?php echo $name; ?>" /> <?php if ($icon) { ?> <link href="<?php echo $icon; ?>" rel="icon" /> <?php } ?> <?php foreach ($links as $link) { ?> <link href="<?php echo $link['href']; ?>" rel="<?php echo $link['rel']; ?>" /> <?php } ?> <link rel="stylesheet" type="text/css" href="catalog/view/theme/e-store/stylesheet/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="catalog/view/theme/e-store/stylesheet/font-awesome.css" /> <link rel="stylesheet" type="text/css" href="catalog/view/theme/e-store/stylesheet/carousel.css" media="screen" />
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.