Added project name to project_files.php page title.
authorNik Okuntseff <support@anuko.com>
Sun, 31 Mar 2019 14:53:11 +0000 (14:53 +0000)
committerNik Okuntseff <support@anuko.com>
Sun, 31 Mar 2019 14:53:11 +0000 (14:53 +0000)
WEB-INF/templates/footer.tpl
project_files.php

index 3bec2a8..9196e06 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.62.4902 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.62.4903 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 860ba07..d8ef988 100644 (file)
@@ -86,5 +86,11 @@ $smarty->assign('can_manage', $user->can('manage_projects'));
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('files', $files);
 $smarty->assign('title', $i18n->get('title.project_files'));
+
+
+$smarty->assign('title', $i18n->get('title.project_files').': '.$project['name']);
+
+
+
 $smarty->assign('content_page_name', 'project_files.tpl');
 $smarty->display('index.tpl');