PHP Classes

File: contents/themes/simplecolor/functions.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   contents/themes/simplecolor/functions.php   Download  
File: contents/themes/simplecolor/functions.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 259 bytes
 

Contents

Class file image Download
<?php

// Shortcode::templateAdd('youtube','simple_youtube_parse',__FILE__);


// function simple_youtube_parse($inputData=array())
// {
// $value=$inputData['value'];

// return '<a href="http://youtube.com?v='.$value.'">Click to watch video</a>';
// }

?>