⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 new_message.php

📁 ProjectPier 源码 很好的项目管理程序
💻 PHP
字号:
------------------------------------------------------------ <?php echo lang('dont reply wraning') ?> ------------------------------------------------------------<?php echo lang('new message posted', $new_message->getTitle(), $new_message->getProject()->getName()) ?>. <?php/* Send the message body unless the configuration file specifically says not to:** to prevent sending the body of email messages add the following to config.php** For config.php:  define('SHOW_MESSAGE_BODY', false);*/if ((!defined('SHOW_MESSAGE_BODY')) or (SHOW_MESSAGE_BODY == true)) {  echo "\n----------------\n";  echo $new_message->getText();  echo "\n----------------\n\n";}?><?php echo lang('view new message') ?>:- <?php echo str_replace('&amp;', '&', $new_message->getViewUrl()) ?> Company: <?php echo owner_company()->getName() ?> Project: <?php echo $new_message->getProject()->getName() ?> --<?php echo ROOT_URL ?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -