wb-archiv283/branches/2.8.x/wb/include/quickSkin/_lib/qx/qx_codesnippetend.php @ 1546
| 1 |
<?php
|
|---|---|
| 2 |
/**
|
| 3 |
* QuickSkin Extension codesnippetend
|
| 4 |
* required for the end of a code snippet
|
| 5 |
*
|
| 6 |
* Usage Example:
|
| 7 |
* Template: Code Snippet<br />{codesnippetend:}
|
| 8 |
*
|
| 9 |
* @author Andy Prevost andy@codeworxtech.com
|
| 10 |
*/
|
| 11 |
function qx_codesnippetend () { |
| 12 |
return '</pre>'; |
| 13 |
}
|
| 14 |
|
| 15 |
?>
|