Answer the question
In order to leave comments, you need to log in
What kind of miracles happen in if in php?
I'm in aha. The code:
function tvcap($tvname) {
global $modx;
if ($tvname == 0) {
return 'Err. tvname=' . $tvname;
}
$tv = $modx->getObject('modTemplateVar', array('name' => $tvname));
return $tv->get('caption');
}
Err. tvname=tv_fistashka
Answer the question
In order to leave comments, you need to log in
===
or
php.net/manual/en/language.operators.comparison.php
php.net/manual/en/types.comparisons.php I
strongly advise you to read, understand and learn everything on the link!
stackoverflow.com/questions/22457529/disable-fullp... this is about scrolling, and size - read about meta viewport .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question