tracking_icon.twig 276 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 <a href="tbl_tracking.php{{ Url_getCommon({'table': table, 'db': db}) }}"> {% if is_tracked -%} {{ Util_getImage('eye', 'Tracking is active.'|trans) }} {%- else -%} {{ Util_getImage('eye_grey', 'Tracking is not active.'|trans) }} {%- endif %} </a>