implement Smarty3

This commit is contained in:
Zach Prezkuta
2013-01-06 14:42:51 -07:00
parent 61b8ea9e1a
commit a0d19ffb72
250 changed files with 6959 additions and 282 deletions

View File

@@ -13,6 +13,15 @@ function profperm_init(&$a) {
}
function profperm_aside(&$a) {
if(! local_user())
return;
profile_aside($a);
}
function profperm_content(&$a) {
if(! local_user()) {