triggers.php

来自「一个php 写的Blog,现在共享下」· PHP 代码 · 共 30 行

PHP
30
字号
<?php

// ---------------------------------------------------------------------------
//
// PIVOT - LICENSE:
//
// This file is part of Pivot. Pivot and all its parts are licensed under 
// the GPL version 2. see: http://www.pivotlog.net/help/help_about_gpl.php
// for more information.
//
// ---------------------------------------------------------------------------


// When we use Textile or Markdown, ' is translated to &#8217;
// We add some 'aliasses' to compensate for this

// standard ones:
$emot[':-)']="e_01.gif";
$emot[':-(']="e_18.gif";
$emot[':-I']="e_86.gif";
$emot[':-D']="e_52.gif";
$emot[':-p']="e_69.gif";
$emot[':-P']="e_69.gif";
$emot[':-@']="e_13.gif";
$emot[':-S']="e_103.gif";
$emot[':-.']="e_112.gif";
$emot[':-,']="e_112.gif";
$emot[":'("]="e_28.gif"; 	$emot[":&#8217;("]="e_28.gif";
$emot[":'-("]="e_28.gif"; 	$emot[":&#8217;-("]="e_28.gif";
$emot[":

⌨️ 快捷键说明

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