0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: function.MTBlogCCLicenseImage.php
<?php function smarty_function_MTBlogCCLicenseImage($args, &$ctx) { // status: complete // parameters: none $blog = $ctx->stash('blog'); $cc = $blog['blog_cc_license']; if (empty($cc)) return ''; return 'http://creativecommons.org/images/public/' . ($cc == 'pd' ? 'norights' : 'somerights'); } ?>