Created
August 11, 2017 08:59
-
-
Save OlegShchavelev/c237c2e6235d4d5ff760c134604118b1 to your computer and use it in GitHub Desktop.
Сколько лет компании (автоматически)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$year = (date("Y")); | |
$bild = $year - $modx->getOption('year'); | |
print $bild; | |
// Заводим в Client Config Year |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment