We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 53366
    • 2 Posts
    Привет! Почему-то выводятся MIGx в виде массива

    http://bar.zharovs.ru/

    вывожу вот так:
    [[getImageList?
    &tvname=`08_cats`
    &tpl=`tpl_08_cats]]

    кто знает, что поправить?
      • 38783
      • 571 Posts
      You are missing a closing backtick in your code. It should read:

      [[getImageList?
      &tvname=`08_cats`
      &tpl=`tpl_08_cats`]]

        If I help you out on these forums I would be very grateful if you would consider rating me on Trustpilot: https://uk.trustpilot.com/review/andytough.com

        email: [email protected] | website: https://andytough.com
        • 53366
        • 2 Posts
        Quote from: andytough at Apr 10, 2017, 11:13 AM
        You are missing a closing backtick in your code. It should read:

        [[getImageList?
        &tvname=`08_cats`
        &tpl=`tpl_08_cats`]]


        Блин, точно, столько времени потратил, а тут все из-за меленькой кавычки.

        Спасибо!