I have a code that compiles a block of code from separate variables. However I just figured out that I need to add condition within the block of code that is actually a variable. Is that possible? Not sure how...
Here's what I'm talking about. I need to ad if/else inside $content:
$content = "» <a href='".$_SERVER[ 'PHP_SELF' ]."?ses=".urlencode(session_id())."'>Home</a>";
<card title="<? echo $TTL; ?>" newcontext="true">
<? echo $content; ?>
</card>
:bemused: