🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 21:35:05 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
php-xray
/
php
/
smart-advice-plugin
/
cl-smart-advice
/
views
📍 /opt/alt/php-xray/php/smart-advice-plugin/cl-smart-advice/views
🔄 Refresh
✏️
Editing: letter.advices.php
Read Only
<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html charset=UTF-8"/> </head> <body> <table cellpadding="10" cellspacing="10" border="0"> <tr> <td>Dear <b>Administrator</b>,</td> </tr> <tr> <td> Just a quick reminder that important advice for your website <a href="{{ site_link }}">{{ site_url }}</a> is awaiting your approval.<br/> </td> </tr> <tr> <td> <strong>{{ advice_title }}</strong><br/> {{ advice_description }}<br/><br/> </td> </tr> <tr> <td><a href="{{ panel_link }}" style="text-decoration: none; padding: 10px 20px; background: #2B98F0; width: 75px; height: 16px; font-style: normal; font-weight: 400; font-size: 14px; color: #FFFFFF;">{{ view_advice_button_text }}</a></td> </tr> <tr> <td> </td> </tr> <tr> <td> <a href="{{ unsubscribe_link }}" title="{{ unsubscribe_text }}" target="_blank" style="font-size: 12px;color: #666;">{{ unsubscribe_text }}</a> </td> </tr> </table>{{ footer }} </body> </html>
💾 Save Changes
❌ Cancel