Changeset 1529 in ExiteCMS for modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/tracsvn_include.php
- Timestamp:
- 07/07/08 17:55:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/tracsvn_include.php
r1415 r1529 74 74 $text = preg_replace("/{{{(.*?)}}}/i", "<br /><hr ><span style='font-family:monospace;'>\\1</span><hr />", $text); 75 75 // external links in a new window 76 $text = preg_replace("/\[http(.*?) (.*?)\]/si", "<a href='http\\1' title='' target='_blank'>\\2</a><img src='".THEME."images/external_link. jpg' alt='' />", $text);76 $text = preg_replace("/\[http(.*?) (.*?)\]/si", "<a href='http\\1' title='' target='_blank'>\\2</a><img src='".THEME."images/external_link.gif' alt='' />", $text); 77 77 // other links as is 78 78 $text = preg_replace("/\[(.*?) (.*?)\]/si", "<a href='\\1' title=''>\\2</a> alt='' />", $text);
Note: See TracChangeset
for help on using the changeset viewer.
