Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私たちのアプリケーションでは、以下のようなページを見つけます
domainname.com/store_page.php
ルート フォルダーには、store_page.php ファイルがあります。
そのページ内で、そのページを他の場所からロードしています
$smarty->assign('main','store_page');
この「store_page」がどこから来たのかを追跡できません。そのストア ページのメタ タイトルやその他の値を編集したいと考えています。
誰か助けてくれませんか?