Changeset 1273 in ExiteCMS
- Timestamp:
- 02/12/08 14:21:36 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
includes/forum_functions_include.php (modified) (1 diff)
-
themes/ExiteCMS/templates/templates/_stylesheets.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/forum_functions_include.php
r1271 r1273 400 400 $result = dbquery("SELECT DISTINCT tag FROM ".$db_prefix."wiki_pages"); 401 401 while ($data = dbarray($result)) { 402 $search[] = "/ \b(".$data['tag'].")\b/is";403 $replace[] = " [wiki]\\1[/wiki]";402 $search[] = "/(\b".$data['tag']."\b)/is"; 403 $replace[] = " [wiki]\\1[/wiki] "; 404 404 } 405 405 $message = preg_replace($search, $replace, $message); -
trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl
r1267 r1273 33 33 /* image anchors */ 34 34 a img { border:none; } 35 36 /* wiki links */ 37 a:link.wiki_link { text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#9c0204; } 35 38 36 39 /* horizontal lines */ … … 185 188 .poll { height:12px; border:1px #000 solid; } 186 189 187 /* wiki links */188 .wiki_link { color:#9c0204; text-decoration:none; border-bottom:1px dotted color #333333; }189 190 190 /* --- Upgrade admin module -------------------------------- */ 191 191
Note: See TracChangeset
for help on using the changeset viewer.
